• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Variable setting problem?

I was following the space rocks tutorial, and it was everything pretty good, then i set these variables...
And the system for win and loose is done too, it was ""working"", but the game says that i'm not set the variables yet, anyone knows what i have to do?What i did wrong?
Tela3.png
 
Last edited:

Slyddar

Member
You need to read the error, as it tells you the object that has the problem, the variable it can't find, and the line the error happens on. All of that is there in the error, the screenshot you posted (which you've now removed) is of obj_game, but the error is in obj_tiro.
 
Last edited:
Top