home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import flash.display.MovieClip;
- import flash.text.TextField;
-
- [Embed(source="/_assets/assets.swf", symbol="trickText")]
- public dynamic class trickText extends MovieClip
- {
-
-
- public var tscore_txt:TextField;
-
- public function trickText()
- {
- super();
- addFrameScript(0,frame1,5,frame6,10,frame11,15,frame16,20,frame21,25,frame26,30,frame31,35,frame36,40,frame41);
- }
-
- internal function frame6() : *
- {
- stop();
- }
-
- internal function frame16() : *
- {
- stop();
- }
-
- internal function frame1() : *
- {
- stop();
- }
-
- internal function frame21() : *
- {
- stop();
- }
-
- internal function frame36() : *
- {
- stop();
- }
-
- internal function frame31() : *
- {
- stop();
- }
-
- internal function frame11() : *
- {
- stop();
- }
-
- internal function frame41() : *
- {
- stop();
- }
-
- internal function frame26() : *
- {
- stop();
- }
- }
- }
-