• 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!

Jump to Start no working

B

BrunoZ

Guest
I'm doing a pong game, and when the ball colide with the goal object it won't reset the position to the center. I already tried the Jump to Start and Jump to Point and nothing works. The score works perfectly.
 

FoxyOfJungle

Kazan Games
GML:
x = xstart;
y = ystart;
Perhaps, you may want to use room_restart() too, but it will depend on how you are dealing with Score and others (if you are using global variables).
 
Top