home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / OvCata.swf / scripts / DefineSprite_80 / frame_7 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  140 b   |  14 lines

  1. x = random(3);
  2. if(x == 0)
  3. {
  4.    _root.m1speed = 7;
  5. }
  6. if(x == 1)
  7. {
  8.    _root.m1speed = 2;
  9. }
  10. if(x == 2)
  11. {
  12.    _root.m1speed = 10;
  13. }
  14.