best tut ive found so far, i didnt get some git explaining how to set the resolution of my stage at the beginning and other bollox - straight to the point i was after!
Thank you sooooo much Adam! You're awesome! Simple to follow....to the point and you have a very pleasing voice. This was exactly what I needed....
-Dan
you could use the same function on all different MovieClip; instead of "this.setChildIndex(tab_mc, topPosition);" you can use "this.setChildIndex(MovieClip(evt.target), topPosition);"
You still need 3 different listeners, of course.
Adam you are truly gr8, you've put me on the path to achieving things I could only have imagined b4 I found you. Can't thankyou enough Keep It Up and Stay Safe.
Little suggestion,
You can use single eventHandler function with "event.currentTarget" instead of 3 event handlers.
so it will be like
this.setChildIndex(event.currentTarget, topPosition);
all you gotta do is calling the same function with each eventListener.
anyway nice tutorial, nicely done!