home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import game.Button;
-
- [Embed(source="/_assets/assets.swf", symbol="bt_s")]
- public dynamic class bt_s extends Button
- {
-
-
- public function bt_s()
- {
- super();
- addFrameScript(0,frame1,5,frame6,11,frame12,17,frame18);
- }
-
- internal function frame18() : *
- {
- stop();
- }
-
- internal function frame12() : *
- {
- stop();
- }
-
- internal function frame6() : *
- {
- stop();
- }
-
- internal function frame1() : *
- {
- stop();
- }
- }
- }
-