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

  1. onEnterFrame = function()
  2. {
  3.    if(_visible)
  4.    {
  5.       if(_root.car.hitTest(_X - 10,_Y,true))
  6.       {
  7.          _root.changeLvl();
  8.       }
  9.    }
  10. };
  11.