Controller movement

Could someone make me an extension that has a block that is

controller_moveSprite( Sprite: Sprite, Boolean: True/False, VX/VY: Number)

the true and false is for enabling movement and disabling it

and if someone can teach me on how to make one that would be cool.

3 Likes

You can just use a function
tbh you don’t even need a bool parameter, just set the VX and VY to 0

1 Like

I might be confused, but isn’t this just the set velocity x and y?

1 Like

Thanks that helps alot!!!

2 Likes