Hello, i've recently been making a game on scratch and i've wrote lots of code, it is a platformer game and whenever I jump and hit the edge of some floor, I go right through it. I've tried making a forever loop for if on edge bounce or forever if touching floor colour on edge bounce but i'm really not sure what to do.
Please keep in mind i'm relatively new at scratch.
Thanks!
Offline
Maybe the scratch wiki would help:http://wiki.scratch.mit.edu/wiki/Jumpin … ed_Jumping
If that link is not helpful I'm sure you will find something helpful on the rest of the wiki. And also
if on edge, bounceonly bounces if touching the edge of the stage, so is almost useless for a platformer.
Last edited by 30-1 (2012-11-23 12:08:25)
Offline
How about:
forever if <touching color (platform color)?> turn cw (180) degrees end
Offline