how to apply an action to all other sprite?
for example..
+Function OnFuction "setIdle", sprite01 set animation to "idle"
-wait 5 sec
-set MoveTo target to somewhere
-set animation to "move"
and now I want to apply this kind of action to all other 10 sprite
is I can only copy this to 10 times and modify sprite01 from 01 to 10?