home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / demos / elteldem / etdemo.dir / 00064_Origin.6TopicButtons.ls < prev    next >
Encoding:
Text File  |  1994-12-09  |  231 b   |  16 lines

  1. on mouseDown
  2.   if soundBusy(1) then
  3.     sound stop 1
  4.   end if
  5.   set the castNum of sprite 6 to 84
  6.   updateStage()
  7.   puppetSound("very long")
  8.   repeat while the stillDown
  9.   end repeat
  10. end
  11.  
  12. on mouseUp
  13.   updateStage()
  14.   go("cal")
  15. end
  16.