Hi,
I am trying to manipulate costumes of a sprite, but it seems the options are limited.
1. Is it possible to change Costume # ?
2. Is it possible to set a particular costume based on the contents of a variable?
For example, if i=26, then change the sprite's costume to costume26, or something like that.
Thanks.
Offline
The "switch to costume[]" block will accept variable values. For instance, if the variable value is "5", it will switch to costume 5 (the fifth costume). You may be able to choose costumes based on their names too... but I haven't tried that, I've always used their number.
Offline