home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / PMGRacing.swf / scripts / DefineSprite_361 / frame_2 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  198 b   |  14 lines

  1. n = "0";
  2. while(n < "25")
  3. {
  4.    if(eval("/:ob" add n) eq "1")
  5.    {
  6.       tellTarget("/ob" add n)
  7.       {
  8.          play();
  9.       }
  10.       set("/ob" add n add ":var",n);
  11.    }
  12.    n += "1";
  13. }
  14.