home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / enbolas.swf / scripts / frame_11 / DoAction.as
Text File  |  2006-01-17  |  120b  |  10 lines

  1. if(_level0.pausa == false)
  2. {
  3.    gotoAndPlay(20);
  4. }
  5. if(_level0.aceptado != true)
  6. {
  7.    gotoAndPlay(1);
  8. }
  9. play();
  10.