home *** CD-ROM | disk | FTP | other *** search
- if(_root.kaidan_up == true)
- {
- _root.floar = _root.floar + 1;
- _root.kaidan_up = false;
- }
- else if(_root.kaidan_down == true)
- {
- _root.floar--;
- _root.kaidan_down = false;
- }
- if(_root.limitRight == true)
- {
- _root.heroine_mc._x = 400;
- _root.heroine_mc._y = 260;
- _root.limitRight = false;
- }
- else if(_root.limitLeft == true)
- {
- _root.heroine_mc._x = 200;
- _root.heroine_mc._y = 260;
- _root.limitLeft = false;
- }
- _root.up_btn_mc._x = 1000;
- _root.up_btn_mc.gotoAndStop("ΘÇÜσ╕╕");
- _root.down_btn_mc._x = 1000;
- _root.down_btn_mc.gotoAndStop("ΘÇÜσ╕╕");
- _root.tesuri_left_mc.swapDepths(199);
- _root.tesuri_right_mc.swapDepths(198);
-