PDA

View Full Version : [AS3] Tilelist question


moglie
07-22-2008, 06:00 AM
If I have a tilelist populated with mc's from the library, is it possible to access those items on the ROLL_OVER/ROLL_OUT event? Like if each mc has another frame and I want to goto it. I remember doing things like this in AS2 components once I figured out the right path.

moglie
07-23-2008, 08:53 AM
I have found to do something similar with the scrollpane

MovieClip(scroller.content).one.addEventListener(M ouseEvent.CLICK, handler);

Is there an equivalent with the tilelist?