home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Esportes / orange_runner.swf / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2008-09-24  |  128 b   |  8 lines

  1. i = 0;
  2. while(i < _root.Player.ObstacleArray.length)
  3. {
  4.    _root.Player.ObstacleArray._y = -700;
  5.    i++;
  6. }
  7. gotoAndStop(6);
  8.