Jump to content


quantumleap2099

Member Since 24 May 2012
Offline Last Active Jan 15 2013 02:33 AM

Posts I've Made

In Topic: GameMaker:Studio license issues

13 January 2013 - 06:00 AM

Just wondering, has anyone else had problems with the latest update (version 1.1.754)? I finally got round to updating to updating it today and found that it gave me a weird error on start up - something about an invalid xml document. It then went into what looked like an empty project in GameMaker:HTML5 (which is strange as I have Studio with iOS, Android and HTML5 modules). The UI graphics seemed to be all messed up with a lot of black text on dark grey.

Anyway, I ended up reinstalling GM Studio and am back to version 1.1.533. I don't dare try updating again in case it corrupts any of my projects...


Im havng the same problem!
anyone know how to I can fix it?

In Topic: update manager

30 May 2012 - 01:55 AM

Sounds cool, but i dont think it would be very easy to use dropbox.
If it is possible then I would probably do that in my future games
U "might" be able to use wix free website builder to maker a website to store ur update files
http://www.wix.com/?...bd-75974b4eb8b3

In Topic: mouse

26 May 2012 - 04:49 AM

u could just have a button labeled Click ME right infront of the object u want to move, so have two of the object u want to move(one that is the actual object(call it obj_char), and one that does nothing(call it obj_nothing.) so when u click on Click ME
the button is deleted and obj_nothing is changed to obj_char
then use mouse_x,mouse_y

In Topic: Need help with achevment code

25 May 2012 - 03:02 AM

Thanks! :-)

In Topic: Need help with achevment code

24 May 2012 - 07:37 PM

Thank you, but it says that the function ini_exists is not a real function. (unknown function of script)
Everything else seems to work now. :-)
I am using game maker studio if that helps.