This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-01-15 16:01:15

wingwong
Scratcher
Registered: 2010-02-08
Posts: 1

sprite problems

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

 

#2 2011-01-15 16:08:09

WeirdF
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: sprite problems

Well, click on the make a new sprite button, the first button in this pane:

http://wiki.scratch.mit.edu/images/NewSpritebuttons.png

Then click on the 'T,' which will allow you to type text, once you've done, click OK.

Then use this script:

http://img9.imageshack.us/img9/4146/38360081.gif

Last edited by WeirdF (2011-01-15 16:08:23)


http://i.cr3ation.co.uk/dl/s1/gif/847032b8a331def77529b6a0384db1fe_handfingers.gif

Offline

 

#3 2011-01-15 16:14:33

DigitTheDandelion
New Scratcher
Registered: 2011-01-09
Posts: 10

Re: sprite problems

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

 

#4 2011-01-15 16:22:24

DigitTheDandelion
New Scratcher
Registered: 2011-01-09
Posts: 10

Re: sprite problems

Oops, sorry. xD I misread your question.

Offline

 

Board footer