home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 July / Image.iso / mrmore / mrmore.dir / 00061.ls < prev    next >
Encoding:
Text File  |  1996-04-11  |  176 b   |  9 lines

  1. on mouseDown
  2.   global gnMusicSprite
  3.   set the puppet of sprite gnMusicSprite to 0
  4.   StopSound(1)
  5.   DoMainAnim("tele")
  6.   SafeSound(1, "mod\tonline")
  7.   ButtonGoto("tonline")
  8. end
  9.