Jump to content


secondstomarz

Member Since 03 Dec 2011
Offline Last Active Dec 14 2011 02:06 AM

Posts I've Made

In Topic: Trying to change value of variable in GML

11 December 2011 - 08:28 PM

Even if you didn't know the += , *= stuff common sense should have told you that the = sign would make it equal to that value and to change it relative you would have do value = value (mathmatical operator) constant.


Well yeah, I tried = +50... += 50 doesn't really make too much sense.

In Topic: Trying to change value of variable in GML

11 December 2011 - 07:48 PM

Thank you! I knew it was something really easy, but I couldn't find anything related to this through search.

In Topic: 39dylib Extension <39dll for Mac>

10 December 2011 - 10:09 PM

I tried this but I'm getting an error message:

COMPILATION ERROR in Script: downloadfile
Error in code at line 54:
dyrecievemessage(tcp,0,0); //receive one line

at position 5: Unknown function or script: dyrecievemessage :: CreateFunctionToken

In Topic: Mini Map in First Persion Shooter

10 December 2011 - 09:24 PM

To save power, i tell you to draw minimap in 2D, just get coordinates from objects, count relativity between them and draw their sprites on the minimap. This will save you lots of speed in game.


Could you help me out with the code for it? I'm not very experienced with this sort of thing.

In Topic: Can't open saved projects

03 December 2011 - 07:06 PM

This is quite odd. Are you *sure* that the saved file has a .gmk extension at the end? Have you tried opening the file from GameMaker, instead of from Mac OS?


No, I was afraid to close gamemaker because I thought I might lose everything.

I noticed in the preferences option: "Show recently edited games in the file menu". So hopefully I can use that if all else fails.

[EDIT] I tried opening it from within gamemaker and it worked! Many thanks! :biggrin: