home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / body / bodymain.dir / 00344.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  348 b   |  16 lines

  1. on mouseDown
  2.   global NextFrame, lastFrame
  3.   if the name of cast the mouseCast <> "medicine.up" then
  4.     exit
  5.   end if
  6.   if the name of cast the castNum of sprite 21 contains "off" then
  7.     exit
  8.   end if
  9.   puppetSound(2, the number of cast "click")
  10.   updateStage()
  11.   Buttons()
  12.   NamesOff()
  13.   set the movieRate of sprite 15 to 0
  14.   go("medicin")
  15. end
  16.