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

  1. on mouseUp
  2.   global s5, gMusic, gReadMe, gPageNumber
  3.   animate("arc.wav", 5, "remote03.bmp", -6, s5, "fremote01.bmp")
  4.   puppetSprite(5, 0)
  5.   if (gMusic = 1) and (gReadMe = 1) then
  6.     go("yy")
  7.   end if
  8.   if (gMusic = 1) and (gReadMe = 0) then
  9.     go("yn")
  10.   end if
  11.   if (gMusic = 0) and (gReadMe = 0) then
  12.     go("nn")
  13.   end if
  14.   if (gMusic = 0) and (gReadMe = 1) then
  15.     go("ny")
  16.   end if
  17. end
  18.