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

#1 2010-04-05 10:48:27

dconine
Scratcher
Registered: 2010-03-15
Posts: 3

changing costumes

how do i change the wording so that I can change fromn costume 1 to costume 2?

Offline

 

#2 2010-04-05 11:18:43

AnonymousTom
Scratcher
Registered: 2010-03-19
Posts: 100+

Re: changing costumes

dconine wrote:

how do i change the wording so that I can change fromn costume 1 to costume 2?

If you mean how to change sprites using scripts you have to do this:

[blocks]
<when green flag clicked>
<switch to costume[ Name of costume

Or...
<when green flag clicked>
<next costume>
[/blocks]

If that was not the answer please clarify your question.

Last edited by AnonymousTom (2010-04-05 11:19:09)

Offline

 

#3 2010-04-05 11:27:55

somelia
Scratcher
Registered: 2009-09-13
Posts: 1000+

Re: changing costumes

There is a dropdown arrow key there.

Offline

 

#4 2010-04-05 12:10:31

hmnwilson
Scratcher
Registered: 2007-07-04
Posts: 1000+

Re: changing costumes

You can use either the <switch to costume[ [/blocks] or <next costume>[/blocks] blocks to change costumes. If you're using the switch to costume block, just click the little down-facing arrow to select one.


I'm taking a break from Scratch until 2.0 comes out. Any messages sent between then and now probably won't be read - sorry.
(Oct. 20, 2011)

Offline

 

Board footer