HELP! I NEED HELP!
every time i jump, my man goes threw the platforms
If there is a brick he must jump over, and i don't jump, he goes threw the stone, and up.
HELP!
<when green flag clicked>
<forever if> < <not> helped >>
<say[ HELP ME WITH MY PLATFORMS!
<end>
Offline
[blocks]<when green flag clicked>
<forever if><touching color[
<point in direction( (( 0 <-> <direction> ))
<move( 6 )steps>
<end>
Offline
[blocks]<when green flag clicked>
<forever if><touching color[ green] >
<point in direction( (( 0 <-> <direction> ))
<move( 10 )steps>
<end>
Offline
<when[ space ]key pressed>
<glide( <however> )secs to x x position of <player name here> )y
(( y posistion of <player name here> <+> <how high you wanna jump> ))
<glide( <same as <however>> )secs to x x posistion of <player name here> )y
(( y posistion of <player name here> <-> <same as <how high you wanna jump>> ))
Offline
Hoped that helped. I did a lot of thinking. Or you could just do this:
<when[ space ]key pressed>
<repeat( 5
<change y by( 5
<end>
<repeat( 5
<change y by( -5
<end>
<stop script>
Lol I typed out the bottom half of that.
Happy to help!
Last edited by Kingdaro (2008-07-04 03:14:02)
Offline
PhantomScythe wrote:
[blocks]<when green flag clicked>
<forever if><touching color[
<point in direction( (( 0 <-> <direction> ))
<move( 6 )steps>
<end>
I think he wanted to jump not walk on invisible walls. Try one of my solutions. It feels good to help!
Last edited by Kingdaro (2008-07-04 03:23:43)
Offline