home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / MindScape.swf / scripts / DefineSprite_351_enemy4_idle_1 / frame_29 / DoAction.as
Encoding:
Text File  |  2007-12-04  |  88 b   |  9 lines

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