home *** CD-ROM | disk | FTP | other *** search
/ 200 Game / 200GAME2.iso / FLASHGAME / PARADE.EXE / scripts / DefineSprite_159 / frame_30 / DoAction.as
Encoding:
Text File  |  2000-08-17  |  267 b   |  23 lines

  1. stopAllSounds();
  2. set("/:hits","1");
  3. tellTarget("/streets")
  4. {
  5.    gotoAndStop(5);
  6. }
  7. tellTarget("/band")
  8. {
  9.    gotoAndStop(1);
  10. }
  11. tellTarget("/buildings")
  12. {
  13.    stop();
  14. }
  15. tellTarget("/crowdmover")
  16. {
  17.    gotoAndStop(1);
  18. }
  19. tellTarget("/")
  20. {
  21.    stop();
  22. }
  23.