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

  1. tellTarget("/float")
  2. {
  3.    gotoAndStop(1);
  4. }
  5. tellTarget("/band")
  6. {
  7.    gotoAndPlay(1);
  8. }
  9. tellTarget("/buildings")
  10. {
  11.    play();
  12. }
  13. gotoAndPlay(121);
  14.