home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / PMGRacing.swf / scripts / DefineSprite_294 / frame_3 / DoAction.as
Encoding:
Text File  |  2001-07-07  |  134 b   |  7 lines

  1. drop = getProperty("_level0/car/", _droptarget);
  2. if(drop eq "/ob1/hit")
  3. {
  4.    call("_level0/:action_hit_mid");
  5. }
  6. gotoAndPlay(2);
  7.