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

  1. if(_level0.fase_max < numero)
  2. {
  3.    imagen.gotoAndStop(15);
  4. }
  5. else
  6. {
  7.    imagen.gotoAndStop(numero + 1);
  8.    nextFrame();
  9. }
  10. stop();
  11.