Game Maker's Garage Forum

Game Creation => GameMaker => Topic started by: Tireas Dragon on June 15, 2008, 05:19:05 PM

Title: Compile not working?
Post by: Tireas Dragon on June 15, 2008, 05:19:05 PM
I was trying to make a story maker story like silverwind's but it didn't work compiled. It works in run mode but not compiled it is REALLY WEIRD. well you can see if you can find the problem. But I can't. http://www.mediafire.com/?ndljy8dmw1t Oh and just run it before you look for the problem so you get a good laugh.
Title: Re: Compile not working?
Post by: Gnome on June 15, 2008, 06:05:35 PM
If it's not working then to do these (do one first, then if it doesn't work...)
-move the game out of the folder
-rename the app
-restart the computer
Title: Re: Compile not working?
Post by: Tireas Dragon on June 15, 2008, 08:02:16 PM
-move the game out of the folder   -Its on the desktop
-rename the app                                    -I have given several different names
-restart the computer                    -I have done so.
Title: Re: Compile not working?
Post by: Silverwind on June 16, 2008, 03:04:07 AM
Very strange, I don't see anything wrong with the code either. The only thing I can suggest is to try your code without the ";" PRINT command extension, as I had a problem with that as well. (though it was a very different natured problem, and actually rooted from variables)

You might be able to spot whatever's causing the problem if you compare your code to mine. Here's the source of Story Maker: http://www.savefile.com/files/1612305
Title: Re: Compile not working?
Post by: Tireas Dragon on June 16, 2008, 09:40:40 AM
Ya that did it. (Turns around and Yells to Al) Hey Al You got a glitch in your compiled version when you use the ; with the print command.(turns around again talking normally) Thanks SilverWind.
Title: Re: Compile not working?
Post by: Al Staffieri on June 16, 2008, 11:53:57 AM
Interesting. I'll look into this some more. Thanks.