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

#1 2010-03-13 03:12:31

superguy777
Scratcher
Registered: 2010-03-13
Posts: 1

multiple scripts for costumes

Is there a way to make different scripts for different costumes?  for different commands for different costumes...?

Offline

 

#2 2010-03-13 16:10:17

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: multiple scripts for costumes

The easiest way to do that is just have seperate sprites, but you could do something like this:

when green flag clicked
forever
  if costume # = (whatever)
    [YOUR SCRIPTS GO HERE]
  if costume # = (whatever)
    [YOUR SCRIPTS GO HERE]

etc.

Offline

 

Board footer