Hello. I was wondering whether you can make walls where if you are under them, you can jump through them, but when you're actually on them, you can't fall through them. I'm not really sure how to explain it very well.
Could anybody please help me with some sort of script that would allow me to do this? This is only my second game, so I'm not very experienced yet. Thanks.
Offline
Let's say
[scratchblocks]
when gf clicked
if <(jump)>
repeat until <(touching block)>
go up
end
end
go down
I also have a gallery full of platformer stuff so check there too.
(I'm new at typing scratch blocks so sorry if they messed up)
Offline
easy make it so when touching that color it stops.
look here for more help http://scratch.mit.edu/projects/-UltimateGamer-/1200372
Offline
somethink like that but diffrent at the same time, i need to find out how to make a character move while jumpind like going forword in the middle of a jump in one of my RPG's i need to make the character move while jumping.
Offline