home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / DefineSprite_723 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-24  |  110 b   |  9 lines

  1. stop();
  2. onEnterFrame = function()
  3. {
  4.    if(this.hitTest(_root.car))
  5.    {
  6.       gotoAndStop(2);
  7.    }
  8. };
  9.