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

  1. on exitFrame
  2.   set changed to setPanelCursors()
  3.   if rollOver(2) then
  4.     cursor([551, 552])
  5.     set changed to 1
  6.     set the visible of sprite 2 to 1
  7.   else
  8.     set the visible of sprite 2 to 0
  9.   end if
  10.   if rollOver(3) then
  11.     cursor([551, 552])
  12.     set changed to 1
  13.     set the visible of sprite 3 to 1
  14.   else
  15.     set the visible of sprite 3 to 0
  16.   end if
  17.   if rollOver(9) then
  18.     cursor([551, 552])
  19.     set changed to 1
  20.   end if
  21.   if changed = 0 then
  22.     cursor(-1)
  23.   end if
  24.   go(the frame)
  25. end
  26.