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

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