Is there a way to make different scripts for different costumes? for different commands for different costumes...?
Offline
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