home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 March / PCnet 2006-06.3.iso / Apps / Flash / FDBuilder1160CNET.exe / CDTools / startup.swf / scripts / DefineSprite_164 / frame_19 / DoAction.as
Encoding:
Text File  |  2005-09-25  |  94 b   |  10 lines

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