home *** CD-ROM | disk | FTP | other *** search
/ Reflux 1: The Becoming / Reflux.iso / shared.dxr / 00742_fHELP01.BMP.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  317 b   |  13 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 "fhelp02.bmp"
  6.     updateStage()
  7.   end repeat
  8.   set the castNum of sprite 7 to the number of cast "fhelp01.bmp"
  9.   puppetSprite(7, 0)
  10.   updateStage()
  11.   go("helpstart")
  12. end
  13.