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

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