trampoline help (moving actor forward)
kipdev
Member Posts: 275
Could someone help me with how to make a object move at a forward and up angle...i am making a game where there are trampolines, i have it to where the actor bounces, but i want it to bounce up and forward to land on a platform to the right of it, like it is jumping off a trampoline...right now im just watchig it bounce up and down over and over again and never going forward lol...
Thanks for any help
Kip
Comments
if actor velocty Y > 0, constraint attribute self.velocty.x = 5
I think if you do that rule, if the actor moves upwards it will also move right on the screen at a velocity of 5. That's just a basic way of doing it though.
Ill try it later tonight. Thanks for the response