home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / DefineSprite_575 / frame_711 / DoAction.as
Encoding:
Text File  |  2008-09-24  |  174 b   |  13 lines

  1. if(_root.paused)
  2. {
  3.    return undefined;
  4. }
  5. if(_root.car.hitTest(_root.hotspot))
  6. {
  7.    gotoAndPlay(_currentframe + 1);
  8. }
  9. else
  10. {
  11.    gotoAndPlay(_currentframe - 1);
  12. }
  13.