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

  1. if(this.hitTest(_root.car))
  2. {
  3.    tellTarget("/:music")
  4.    {
  5.       gotoAndStop("music");
  6.       play();
  7.    }
  8.    setProperty("/:car", _X, 190);
  9.    setProperty("/:car", _Y, 730);
  10.    setProperty("/:car", _rotation, -90);
  11.    set("/:hiz",0);
  12.    set("/:hak",eval("/:hak") - 1);
  13. }
  14.