home *** CD-ROM | disk | FTP | other *** search
/ 200 Game / 200GAME2.iso / FLASHGAME / PARADE.EXE / scripts / DefineSprite_108 / frame_10 / DoAction.as
Encoding:
Text File  |  2000-08-17  |  154 b   |  14 lines

  1. tellTarget("/trips")
  2. {
  3.    play();
  4. }
  5. tellTarget("/blam")
  6. {
  7.    gotoAndStop("youlose");
  8.    play();
  9. }
  10. tellTarget("/coll")
  11. {
  12.    gotoAndStop(5);
  13. }
  14.