Hi,
Is it possible to address any clip whose instance name contains a string?
I am ultimately trying to create a hitTest to see if any of dynamically created clips are clicked on - these clips are created using attachMovie, and are named like attachMovie(…,“string” + number,…) . Is there any way to evaluate a clip to see if it contains “string” in the instance name?
I know what I’m trying to achieve can be done by looping through an array that is filled by these dynamic clips upon their creation, but the loops really slow things down!
Thanks in advance.