Group: macromedia.flash.actionscript3 · Group Profile · Search for Toy3 in macromedia.flash.actionscript3
Author: tamagorci
Date: Aug 4, 2008 06:46
Hi, I gave a name to a sprite and if traced, it shown the name given. But after loading an image into Sprite and name is traced only the instance name is shown. Please help me to solve this. Code added. Thanks, Manu var scrollerClip = new Sprite(); var toyNames:Array = new Array("toy0","toy1","toy2","toy3"); var i:int; for(i=0;i<toyNames.length;i++){ var tclip = toyNames
|