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

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