Pages: 1
Topic closed
I want to make my game go for 1 minute and at the end, I want my sprite to say what they scored by saying "Well done! You got # points!"How do I do this?Thanks for answers.
Offline
Use the join block. You find it in Operators.
I didn't quite that? I'm only new to scratch - so I need some sort of image demonstration. thanks.
You can build around something like this:
when green flag clicked reset timer repeat until <(timer) > [60]> say [do something :) ] end say (join (join [Well done! You scored ] (score)) [points!]) for (10) secs