home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd1.bin / tema / mgedata / ae.swf / scripts / DefineSprite_231 / frame_2 / DoAction.as
Text File  |  2001-10-16  |  336b  |  34 lines

  1. a = random(8) + 1;
  2. if(a == 1)
  3. {
  4.    gotoAndPlay(3);
  5. }
  6. if(a == 2)
  7. {
  8.    gotoAndPlay(41);
  9. }
  10. if(a == 3)
  11. {
  12.    gotoAndPlay(81);
  13. }
  14. if(a == 4)
  15. {
  16.    gotoAndPlay(119);
  17. }
  18. if(a == 5)
  19. {
  20.    gotoAndPlay(158);
  21. }
  22. if(a == 6)
  23. {
  24.    gotoAndPlay(197);
  25. }
  26. if(a == 7)
  27. {
  28.    gotoAndPlay(236);
  29. }
  30. if(a == 8)
  31. {
  32.    gotoAndPlay(275);
  33. }
  34.