home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global startfame, nextframe
- if rollOver(1) then
- cursorchange()
- set the locV of sprite 48 to the mouseV
- set the locH of sprite 48 to the mouseH
- repeat with n = 2 to 21
- if rollOver(n) then
- set nextframe to n
- if nextframe = startfame then
- exit repeat
- end if
- set goframe to "A" & n
- set startfame to n
- go(goframe)
- exit repeat
- end if
- end repeat
- else
- cursorchange2()
- if rollOver(22) then
- cursorchange2()
- set the locH of sprite 48 to 400
- go("A22")
- else
- if rollOver(23) then
- cursorchange2()
- set the locH of sprite 48 to 400
- go("A23")
- else
- cursorchange2()
- set the locH of sprite 48 to 400
- go(2)
- end if
- end if
- end if
- go(the frame)
- end
-