From occurrence 1 to 50 of this clip ?
Hello,
I have dynamically spawn 25 clip (AS2) i gave them a position and an occurrence from crate1 to c25
Now i search a way to write "from crate1. to crate10."
For exemple : if((crate1"to"crate10)._x=10) {;}
To replace : if (crate1._x=10)||(crate2._x=10)||(crate3._x=10)... etc{;};
I need to check this ten occurence for exemple in the same time without having to write all of them (because in my final project i have thousand of occurences)
Thanks a lot if you can help me, i tryed google but i don't really know how it's called so it's harder to find :faded: