This tutorial says how to make realistic gravity using a variable called 'Y velocity'. It even says how to make it bounce as well! If you want to see it being used in an actual game, my project 'Keep It Up!' uses it effectively.
Also, in future, please use the 'All About Scratch' forum to post questions asking for help in your projects.
Last edited by RedRocker227 (2011-12-04 06:22:34)
Offline
Isn't this... in the wrong place?
Offline
<when green flag clicked><forever><change{ y }by(-1
<when green flag clicked><forever><change y by(y
<when green flag clicked> <forever><if><touching[edge<set{ y }to(11
Offline