home *** CD-ROM | disk | FTP | other *** search
/ Fischer's Erotic Encyclopedia / Eros.mdf / SHARED.DXR / 02102_PixToIndex.ls < prev    next >
Encoding:
Text File  |  1996-11-11  |  280 b   |  15 lines

  1. on mouseUp
  2.   global page, linkReturn
  3.   set linkReturn to []
  4.   if page > 0 then
  5.     sound stop 1
  6.     fadeMusicOutSlow()
  7.     sound stop 2
  8.     repeat with s = 13 to 18
  9.       set the visible of sprite s to 0
  10.     end repeat
  11.     go(the frame + 1)
  12.     go("index", "Temple")
  13.   end if
  14. end
  15.