Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » i need to know how to make my sprite glide and talk at the same time
- nya20002
-
1 post
i need to know how to make my sprite glide and talk at the same time
pleaseeeeeeeeeeeeeeeeeee helppppppppppppppppppppppppppppppppp meeeeeeeeeeeeeeeeeee
- scubajerry
-
1000+ posts
i need to know how to make my sprite glide and talk at the same time
one in each script that starts WHEN I RECEIVE —
- ppettitt
-
100+ posts
i need to know how to make my sprite glide and talk at the same time
For example: one in each script that starts WHEN I RECEIVE —
when green flag clickedYou don't have to do it that way, it is just an example.
broadcast [glide v]
when I receive [glide v]
glide (4) secs to x:(31) y:(31)
when I receive [glide v]
say [Hello]
- PffN
-
23 posts
i need to know how to make my sprite glide and talk at the same time
pleaseeeeeeeeeeeeeeeeeee helppppppppppppppppppppppppppppppppp meeeeeeeeeeeeeeeeeee
when green flag clicked
set [ speed] to [ ]
repeat (100)
change [ speed] by (0.05)
change x by (1)
wait ([ speed]) secs
say [...]
end
- arfmania66
-
20 posts
i need to know how to make my sprite glide and talk at the same time
please help me with something
- TheManOfTheMan10
-
18 posts
i need to know how to make my sprite glide and talk at the same time
Seems easy. You just have to do the following (“When ‘green flag’ is clicked” is optional though) :
Also, try my new platformer out!(Click Here
when green flag clickedHope this helps :)
say [Anything you want here :1]
glide (Something Random) secs to x: (Something Random) y: (Something Random)
Also, try my new platformer out!(Click Here

- I_d_e_c_a_--whatever
-
1 post
i need to know how to make my sprite glide and talk at the same time
Thanks, ppettitt, your method is the only one that makes sense, seems easiest, and looks as though it'll actually work. I'll also try your way, TheManOfTheMan10, in case it actually works…. Anyways, thanks, y'all, I needed the answer to the question as well
- ayyyyes10135
-
100+ posts
i need to know how to make my sprite glide and talk at the same time
Thanks, ppettitt, your method is the only one that makes sense, seems easiest, and looks as though it'll actually work. I'll also try your way, TheManOfTheMan10, in case it actually works…. Anyways, thanks, y'all, I needed the answer to the question as well
This is from 2013. Please dont necropost.
- Discussion Forums
- » Help with Scripts
-
» i need to know how to make my sprite glide and talk at the same time