Hi all! I'm a beginner so I need a lot of help, please! I have two sprites: a wizard and a witch. So the wizard asks to spell a magic word so that the witch gets defeated. Every time the player types a syllable of the word (5 in total), I want the witch to grow smaller and say something in return. How can I do that?? How can the answer I type, as an answer to the wizard's request, make the other sprite, the witch, grow smaller and say something in return!? Thank you all!!!
Offline
The best idea would be to employ the use of broadcasts.
So once the wizard has received whatever word you say and said it, run this kind of block:
And in the Witch's scripts, place a script like this:
Offline