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