I long to create a descent platformer, but i hav no idea how! PLease help!
Offline
You mean decent platformer?
You could search around for a bases and such. Honestly, you are the only person who knows what you want it to be like.
Offline
Nope. I actually have no idea about what I want!
Offline
You could try using RHY3756547's Perfect Platformer Base. People have made some pretty awesome stuff with it
Or, try looking at these tutorials:
http://scratch.mit.edu/projects/fireball123/567047/
http://scratch.mit.edu/projects/fireball123/940816/
Hope this helps
Offline
<when green flag clicked>
<forever>
<if><touching[ sprite1 ]>
<change x by( -5 )
<end>
<end>
Offline
Oh, and if it's a floor, instead of changing x by a number, make it so it's change y by a positive number.
Offline