home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set changed to setPanelCursors()
- repeat with chan = 2 to 5
- if rollOver(chan) then
- set the visible of sprite chan to 1
- cursor([551, 552])
- set changed to 1
- next repeat
- end if
- set the visible of sprite chan to 0
- end repeat
- if changed = 0 then
- cursor(-1)
- end if
- go(the frame)
- end
-