home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / chicken.swf / scripts / frame_44 / DoAction.as
Encoding:
Text File  |  2006-05-23  |  143 b   |  12 lines

  1. tellTarget("/body/tmt")
  2. {
  3.    gotoAndStop("end");
  4.    play();
  5. }
  6. tellTarget("/body/smt")
  7. {
  8.    gotoAndStop("end");
  9.    play();
  10. }
  11. stop();
  12.