Discuss Scratch

xomic13
Scratcher
13 posts

Flutter Jump

Don't ask what I'm working on, but it is with Yoshi in it.

I have the Platforming script done, I just can't seem to do the flutter jump

This Project has the platforming script in it

so could you help me?
deck26
Scratcher
1000+ posts

Flutter Jump

No idea what you mean by flutter jump.
xomic13
Scratcher
13 posts
deck26
Scratcher
1000+ posts

Flutter Jump

xomic13 wrote:

Here is an example of it
None the wiser.
StrangeMagic32
Scratcher
1000+ posts

Flutter Jump

You double jump then float?
imfh
Scratcher
1000+ posts

Flutter Jump

Yoshi's flutter jump is sort of a bouncy float through the air. It's basically the ability to temporarily walk on the air after jumping.

You'll want to put the flutter jump in where you change y vel by -1. Something like this:

. . .iftouchingGround?then. . .if...andkeyup arrowpressed?thensetflutterto0 Flutter ability yet not activatedelse. . .elseifflutter>0andkeyup arrowpressed?thensetY velto0 You could also try something like sin(flutter*20)changeflutterby1ifflutter>50thensetflutterto-1 Flutter ability used upelsechangeY velby-1ifflutter=0andnotkeyup arrowpressed?thensetflutterto1 Flutter ability activated

Powered by DjangoBB