home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / love_me.swf / scripts / DefineSprite_847 / frame_40 / DoAction.as
Encoding:
Text File  |  2008-08-11  |  669 b   |  29 lines

  1. if(_root.kaidan_up == true)
  2. {
  3.    _root.floar = _root.floar + 1;
  4.    _root.kaidan_up = false;
  5. }
  6. else if(_root.kaidan_down == true)
  7. {
  8.    _root.floar--;
  9.    _root.kaidan_down = false;
  10. }
  11. if(_root.limitRight == true)
  12. {
  13.    _root.heroine_mc._x = 400;
  14.    _root.heroine_mc._y = 260;
  15.    _root.limitRight = false;
  16. }
  17. else if(_root.limitLeft == true)
  18. {
  19.    _root.heroine_mc._x = 200;
  20.    _root.heroine_mc._y = 260;
  21.    _root.limitLeft = false;
  22. }
  23. _root.up_btn_mc._x = 1000;
  24. _root.up_btn_mc.gotoAndStop("ΘÇÜσ╕╕");
  25. _root.down_btn_mc._x = 1000;
  26. _root.down_btn_mc.gotoAndStop("ΘÇÜσ╕╕");
  27. _root.tesuri_left_mc.swapDepths(199);
  28. _root.tesuri_right_mc.swapDepths(198);
  29.