Discuss Scratch

roflcopter9
Scratcher
8 posts

scripting

how do i get sprite1 to say different things at different times i have done a project and i cant get sprite1 to say things at different times everyone welcome here please help
Jeanette3
Scratcher
39 posts

scripting

Ok, so this is the script for the Sprite1:
sayfor2secswaitsecs
You have to repeat this script as many times you want it.
Oh, and fill in the blanks with what it's supposed to say/how long it should wait.
coxy5
Scratcher
100+ posts

scripting

Using the wait block like Jeanette is a good option or if it is at a certain point in the program use a broadcast block:

broadcastSpeech

and in the sprites scripts add:

whenIreceivespeechsayWhat ever he needs to say!

Last edited by coxy5 (July 8, 2014 21:14:05)

roflcopter9
Scratcher
8 posts

scripting

Thanks to both of you, i will use the wait block. Thanks!

Powered by DjangoBB