My Account
Download this .fla
As the Actionscript is put inside the mc, "this" refers the the mc on the timeline the code is in So by association references the the mc "mc1" as it is inside it.
onClipEvent(enterFrame){ this._alpha -= 3; this._x += 10; this._y += 20; }
© 2008 Quantunet LLC All Rights Reserved | Intellectual Property | Terms of Use | Privacy Home | About Quantunet | FAQ's | Contact Us