home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / musicbox / compwswl.dxr / 00037.ls < prev    next >
Encoding:
Text File  |  1996-06-28  |  206 b   |  12 lines

  1. on exitFrame
  2.   set changed to setPanelCursors()
  3.   if rollOver(14) or rollOver(15) then
  4.     cursor([551, 552])
  5.     set changed to 1
  6.   end if
  7.   if changed = 0 then
  8.     cursor(-1)
  9.   end if
  10.   go(the frame)
  11. end
  12.