home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Go... Get More Out of Your PC (Blue) / MS_Go1.iso / pc / prod / demos / easyball / 2ezblde.dir / 00040.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  274 b   |  15 lines

  1. on mouseUp
  2.   global gTheClickon
  3.   if rollOver(gTheClickon) then
  4.     setPuppets(20, 22, 0)
  5.     repeat with x = 1 to 2
  6.       if soundBusy(x) then
  7.         sound stop x
  8.       end if
  9.     end repeat
  10.     go("end")
  11.     updateStage()
  12.     go("ReadyMenu", "HrdWrMnu.dir")
  13.   end if
  14. end
  15.