home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2001 June / Otoday062001.iso / pc / progwin / happybag.exe / scripts / DefineSprite_119 / frame_4 / DoAction.as
Encoding:
Text File  |  2001-04-19  |  158 b   |  15 lines

  1. stop();
  2. tellTarget("rad")
  3. {
  4.    gotoAndStop("ex");
  5.    play();
  6. }
  7. tellTarget("/street")
  8. {
  9.    stop();
  10. }
  11. tellTarget("/")
  12. {
  13.    gotoAndStop("ende");
  14. }
  15.