home *** CD-ROM | disk | FTP | other *** search
/ Iona Software Demo / MacWin_IonaSoftware_DemoCD.iso / pc / movies / dbchild.dir / 00019.ls < prev    next >
Encoding:
Text File  |  1996-02-23  |  222 b   |  14 lines

  1. on mouseUp
  2.   global pathTolang, reallyQuit
  3.   set reallyQuit to 0
  4.   play done
  5. end
  6.  
  7. on mouseDown
  8.   set the castNum of sprite the clickOn to 25
  9.   updateStage()
  10.   sound stop 2
  11.   sound stop 1
  12.   puppetSprite(the clickOn, 0)
  13. end
  14.