Yes, it is.
Could you give more details though?
Are you asking basically how to make a jump action? And if so, would you want to use gravity or no?
Regards,
CAA14
Offline
Okay, I will get back to you on this later today if I can.
Regards,
CAA14
Offline
Here it is, this should work:
For gravity, put in the player's scripts:
when gf clicked forever change y by (-10) endThen, to stop when touching a platform, you can do it several ways, but using color, you need to outline the top of your platforms in whatever color you use in the following color block:
when gf clicked forever if <touching color? [#0000000> change y by (10) end endThen, to jump, put this in the players scripts:
when gf clicked forever if <key [space v] pressed?> repeat (100) change y by (20) end end endIf you have any problems with these or these aren't what you're looking for, then please tell me.
Offline
Hey VLRUS! Welcome to Scratch! You want a sprite that jumps from platform to platform? This should help. Just press the up arrow to jump and use the left and right arrows to land on a platform!
Last edited by Nomolos (2013-03-07 12:19:13)
Offline