basically, in the project i am creating i want the words "you won" to appear only after the timer has passed 60 secs but im not sure how to do it. please help.
also, how do i make the words themselves?
Last edited by wingwong (2011-01-15 16:02:47)
Offline
Well, click on the make a new sprite button, the first button in this pane:
Then click on the 'T,' which will allow you to type text, once you've done, click OK.
Then use this script:
Last edited by WeirdF (2011-01-15 16:08:23)
Offline
I think you'd need a program something like this:
"When flag clicked,
forever,
if [timer > 60],
say "You won."
Go to the sound tab, and then you need either "say "Hello" for 2 secs", or "say "Hello."
Then click inside the box where it says hello, and write your own text.
Offline
Oops, sorry. xD I misread your question.
Offline