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

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