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

  1. onEnterFrame = function()
  2. {
  3.    if(_root.car.hitTest(_X,_Y,true))
  4.    {
  5.       _root.gravity("normal");
  6.    }
  7. };
  8.