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

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