How to make a start and stop button in your game for gravity
Hello Game Salad
I was wondering if you could help me with making a start and stop button which incorporate gravity. A bit like BubbleBall
I was wondering if you could help me with making a start and stop button which incorporate gravity. A bit like BubbleBall
Comments
Calvin
Then put a change attribute at the start of the actors rules saying Change Attribute StartPoSX -> Self.Pos.X and also the same as Y
Then when the Stop button is pressed, change attribute Self.Pos.X to Start.Pos.X (and also do the same for Y)