Posted: Wed Jun 07, 2006 1:24 pm Post subject: my game
its only my first yr of programming but ill try to have the full game out soon probably not in turing tho ill probably try C++ so if you ya got look around for my full game gimme a month or so tho lol
upthescale
Posted: Wed Jun 07, 2006 1:56 pm Post subject: (No subject)
um this shud bei n applications section for it is zipped, and it doesnt werk i keep gettign an error saying that a variable has no value
TheOneTrueGod
Posted: Wed Jun 07, 2006 2:29 pm Post subject: (No subject)
The fact that it is zipped doesn't merit it going in the applications section. The fact that it is compiled does, however. Also, instead of posting 4 or 5 different copies of this same game in different topics, why not edit the old ones? You can post saying that its been updated, and show what the new features are, but theres no real reason to create a new post for a new version...
_justin_
Posted: Wed Jun 07, 2006 10:43 pm Post subject: (No subject)
i don't know about other but i am getting an error on line 60 saying that it can't find a location for an image
when drawing in the gifs instead of using "M:/tik2/FinalProject/cloud.gif" try just using "cloud.gif" as long as your program is saved in the same file as the gif you do not need to tell it where to look
- IzAk -
Posted: Thu Jun 08, 2006 11:08 am Post subject: (No subject)
i got the same line 60 problem as you.... how you fix it?
_justin_
Posted: Thu Jun 08, 2006 12:03 pm Post subject: (No subject)
to fix the problem BlackDragon989 has to re-compile his code but where he has "M:/tik2/FinalProject/cloud.gif" he has to change that to "cloud.gif"
BlackDragon989
Posted: Fri Jun 09, 2006 12:30 pm Post subject: -sigh-
you guys have to extract all the files for it to work you cant just hit "Run" and make it work, you gotta it "Extract All File" or line 60, cant take action cuz it is "cloud.gif" i have checked-it over like 10000 times for ppl.. it says cloud.gif
Sponsor Sponsor
Delos
Posted: Fri Jun 09, 2006 1:35 pm Post subject: Re: -sigh-
BlackDragon989 wrote:
you guys have to extract all the files for it to work you cant just hit "Run" and make it work, you gotta it "Extract All File" or line 60, cant take action cuz it is "cloud.gif" i have checked-it over like 10000 times for ppl.. it says cloud.gif
Well, time to check it that 10001st time. Look at your code - you have hardcoded the location of 'cloud.gif', hence it will not work if we do not have Turing installed to the M: of our computers - which is likely the case as I don't know many people who have that many drives.
As has been mentioned in this thread already, if the pics are in the run-time directory, then there is no need for you to provide a more indepth path. In fact, as you have now realized, this will cause more problems than fix (unless done correctly).