home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineSprite_2808 / frame_6 / DoAction.as
Text File  |  2002-11-01  |  79b  |  9 lines

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