home *** CD-ROM | disk | FTP | other *** search
/ HYPE / HYPE.ISO / leffa.dxr / 00021.ls < prev    next >
Encoding:
Text File  |  1996-08-11  |  257 b   |  16 lines

  1. on mouseDown
  2.   global klippinum, memflag
  3.   puppetSound("klak.wav")
  4.   set the castNum of sprite 5 to 15
  5.   updateStage()
  6.   set klippinum to 3
  7.   puppetpois()
  8.   paussi()
  9.   if memflag = 4 then
  10.     cursor(4)
  11.     go("verhot4")
  12.   else
  13.     go("verhot")
  14.   end if
  15. end
  16.