home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd1.bin / oddech / flashgame / veonix.swf / scripts / frame_87 / DoAction.as
Text File  |  2003-03-14  |  146b  |  11 lines

  1. if(numlevel < 10)
  2. {
  3.    bloccoshift = 0;
  4.    gotoAndPlay(9);
  5. }
  6. else
  7. {
  8.    setProperty(scrittafine2, _visible, true);
  9.    gotoAndPlay(90);
  10. }
  11.