
-----------------------------------
BlackDragon989
Wed Jun 07, 2006 1:14 pm

ITS DONE!!! YAY!!!!! all bugs are gone
-----------------------------------
check it out first yr battle game NOT BASED ON FF6, so dont leave me things about "blah blah blah cloud is from 7, other dude is from 9.."

-----------------------------------
BlackDragon989
Wed Jun 07, 2006 1:24 pm

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
Wed Jun 07, 2006 1:56 pm


-----------------------------------
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
Wed Jun 07, 2006 2:29 pm


-----------------------------------
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_
Wed Jun 07, 2006 10:43 pm


-----------------------------------
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 -
Thu Jun 08, 2006 11:08 am


-----------------------------------
i got the same line 60 problem as you.... how you fix it?

-----------------------------------
_justin_
Thu Jun 08, 2006 12:03 pm


-----------------------------------
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
Fri Jun 09, 2006 12:30 pm

-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
 :D

-----------------------------------
Delos
Fri Jun 09, 2006 1:35 pm

Re: -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
 :D

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).
