home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the windowList = [] then
- repeat with i = 4 to 14
- if rollOver(i) then
- go(marker(i - 3))
- exit
- end if
- end repeat
- end if
- if not soundBusy(2) then
- if the frame = marker(0) then
- go(the frame - 1)
- exit
- end if
- end if
- go(the frame)
- end
-