home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / excitepochi.swf / scripts / DefineSprite_127 / frame_1 / DoAction.as
Text File  |  2006-01-07  |  165b  |  15 lines

  1. if(_root.nCompLv <= 2)
  2. {
  3.    gotoAndStop("usually_lb");
  4.    play();
  5. }
  6. else if(_root.nSwitch)
  7. {
  8.    gotoAndStop("on_lb");
  9.    play();
  10. }
  11. else
  12. {
  13.    stop();
  14. }
  15.