Discuss Scratch

buzzfuzz45
Scratcher
36 posts

Jumping and using "new blocks"

i love the new blocks feature you have added but i cant jump. i have tried gliding and everything but when your jumping in my game you can move right or left well in mid air
Lilifant7253
Scratcher
1000+ posts

Jumping and using "new blocks"

Is the project already shared? It would be nice if you could gave us a link.

I've reached the 1000+ post rank on wednesday, 11th Sept., 2013 18:29 (German time) / 12:29 (Eastern Standard Time)
Hi! I Iike helping others. So feel free to leave a question at my profile!

drmcw
Scratcher
1000+ posts

Jumping and using "new blocks"

Set a variable when jumping and ignore left and right arrow key presses if jumping.

10 !
ScratchVaders or Galaga?
Maybe Eliza can help you decide?
buzzfuzz45
Scratcher
36 posts

Jumping and using "new blocks"

buzzfuzz45 wrote:

i love the new blocks feature you have added but i cant jump. i have tried gliding and everything but when your jumping in my game you CANT move right or left well in mid air
buzzfuzz45
Scratcher
36 posts

Jumping and using "new blocks"

Lilifant7253
Scratcher
1000+ posts

Jumping and using "new blocks"

The project you linked isn't shared. So we can't see it.

I've reached the 1000+ post rank on wednesday, 11th Sept., 2013 18:29 (German time) / 12:29 (Eastern Standard Time)
Hi! I Iike helping others. So feel free to leave a question at my profile!

WarriorNinja983
Scratcher
100+ posts

Jumping and using "new blocks"

I don't know what you mean but if you don't have this script you might wanna use it:
when [space v] key pressed
change y by [100]
wait [0.5] secs
change y by [-100]
or if you want to use the make a block thingo:
when [space v] key pressed
jump

define jump
change y by [100]
wait [0.5] secs
change y by [-100]

Powered by DjangoBB