Hey, I'm making a pinball game and I want to know how to program the ball so it has Gravity. Please help!
Offline
Caseycatjasper wrote:
Use the gravity ball.
Zoomreddin wrote:
Yes... I think that will help!
Offline
fg123 wrote:
just do:
<when green flag>
[forever if <not<touching color [color of the ground or item to land on]>>]
[][change y by (a number; higher, falls faster; preferably 5)]
[][][][][][][][][][][][]
Hope that helps!
Yes I think I can do that.
Offline
making it yourself is better. Simply great a new variable, and constantly change your character's yval by the variable. Then increase your variable if you not touching the ground and set it to 0 when you are.
Offline