home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / ArcadeCAR.swf / scripts / DefineSprite_215 / frame_1 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  176 b   |  12 lines

  1. if(this.hitTest(_root.car))
  2. {
  3.    tellTarget("/:carpower")
  4.    {
  5.       nextFrame();
  6.       nextFrame();
  7.       nextFrame();
  8.       nextFrame();
  9.       nextFrame();
  10.    }
  11. }
  12.