actionscript 3 - Importing my original package -


i trying import original package. said there no class files form akirasda1972_001.as. package file uploaded on sexydesign.club/particle/.

package{    import flash.display.sprite;    import club.sexydesign.particle.akirasada1972_001;    public class akirasada1972_002 extends sprite{      private var akirasada1972_001:akirasada1972_001;      public function akirasada1972_002():void{         akirasada1972_001=new akirasada1972_001();         akirasada1972_001.akirasada1972_001();         addchild(akirasada1972_001);     }    }  } 


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -