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

#1 2009-02-13 09:48:19

MrsUnknown
Scratcher
Registered: 2009-02-11
Posts: 1

IF Sprite is clicked AND wears costume x switch to costume y

hello everyone
I think were really should be a possebility for more if-components, i looked for the one in subject title, but I didn't find a way to create this progress, even  if I'd need it for one project for school.

Offline

 

#2 2009-02-13 10:44:03

chalkmarrow
Scratcher
Registered: 2007-05-18
Posts: 100+

Re: IF Sprite is clicked AND wears costume x switch to costume y

takes just a couple blocks:

when Sprite1 clicked
    if <(costume#) = 1>
        switch to costume [costume2]

Offline

 

Board footer