Discuss Scratch
- Discussion Forums
- » Show and Tell
- » How to make your sprite go smoothly to a x and y position!
- pio10657
-
Scratcher
5 posts
How to make your sprite go smoothly to a x and y position!
DO NOT ADVERTISE.
I just wanna get Thank you comments on the forum post, not ads!?! Only people on my Whitelist can advertise.


How to make your sprite go smoothly to a x and y position!

Firstly,
Just make a block like this:
Put in this code:

I just wanna get Thank you comments on the forum post, not ads!?! Only people on my Whitelist can advertise.


How to make your sprite go smoothly to a x and y position!

Firstly,
Just make a block like this:
move fluently to x: () y: ()Secondly,
Put in this code:
define move fluently to x: (x) y: (y)And… your done! wait… WHAT IS DAT ORANGE FLYING OUT OF MY TV
change x by: (((x) - (x position)) / (4))
change y by: (((y) - (y position)) / (4))

- Discussion Forums
- » Show and Tell
-
» How to make your sprite go smoothly to a x and y position!
