home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(3) then
- if not soundBusy(2) then
- if the frame = marker(0) then
- go(the frame - 1)
- exit
- end if
- end if
- go(the frame)
- else
- go("Base")
- end if
- end
-
- on mouseDown
- if rollOver(3) then
- go(the frame + 1)
- end if
- end
-