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

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