home *** CD-ROM | disk | FTP | other *** search
/ 200 Game / 200GAME2.iso / FLASHGAME / PARADE.EXE / scripts / DefineSprite_199 / frame_26 / DoAction.as
Encoding:
Text File  |  2000-08-17  |  118 b   |  11 lines

  1. tellTarget("/")
  2. {
  3.    gotoAndStop("win");
  4.    play();
  5. }
  6. tellTarget("/streets")
  7. {
  8.    gotoAndStop(1);
  9. }
  10. play();
  11.