After having seen the methods target and currentTarget , here we are with a new tip of the day.
A new thing, I discovered while developing an application:
Actionscript 3.0 does not have a method which allows to remove all the MovieClips placed into another MovieClip.
To do it, we need a for cycle (or while if you prefer) using the property numChildren.
Let us see how to do it…







{ 0 comments… add one now }