home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2002 April / OTODAY042002.ISO / pc / progwin / lighths.swf / scripts / DefineSprite_1454 / frame_8 / DoAction.as
Encoding:
Text File  |  2001-08-13  |  78 b   |  9 lines

  1. if(7 < random(10))
  2. {
  3.    gotoAndPlay(9);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(1);
  8. }
  9.