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