PDA

View Full Version : MovieClips in array.....



Mathguy
September 16th, 2009, 01:19 AM
If I have more than one movieclip in an array is it possible to find the movieclips index in the array? Like myMovieclip.parent[3]??

_kp
September 16th, 2009, 02:57 AM
Use this to find an objects index in an array:
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Array.html#indexOf%28%29