home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / shared.dxr / 00694_rHELP01.BMP.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  296 b   |  12 lines

  1. on mouseDown
  2.   puppetSound("lightswt.wav")
  3.   puppetSprite(7, 1)
  4.   repeat while the mouseDown
  5.     set the castNum of sprite 7 to the number of cast "rhelp02.bmp"
  6.     updateStage()
  7.   end repeat
  8.   set the castNum of sprite 7 to the number of cast "rhelp01.bmp"
  9.   updateStage()
  10.   go("helpstart")
  11. end
  12.