home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / nile / senet.exe / senet.DXR / 00085.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  348 b   |  16 lines

  1. on mouseDown
  2.   set the castNum of sprite the clickOn to the number of cast "NewGame.Down"
  3.   updateStage()
  4.   repeat while the mouseDown
  5.   end repeat
  6. end
  7.  
  8. on mouseUp
  9.   global theSenetGame
  10.   puppetSound(0)
  11.   puppetSound("Senet/Reset.aif")
  12.   set the castNum of sprite the clickOn to the number of cast "NewGame.Up"
  13.   updateStage()
  14.   PlayerToggle()
  15. end
  16.