home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if (the movieTime of sprite 6 > (57 * 60)) or (the movieTime of sprite 6 <= 0) then
- set the movieRate of sprite 6 to 0
- if not soundBusy(2) then
- sound playFile 2, "\sonido\creditos.aif"
- end if
- end if
- if rollOver(2) then
- set the visible of sprite 5 to 1
- else
- set the visible of sprite 5 to 0
- end if
- if rollOver(3) then
- set the visible of sprite 4 to 1
- else
- set the visible of sprite 4 to 0
- end if
- if rollOver(10) then
- set the visible of sprite 16 to 1
- else
- set the visible of sprite 16 to 0
- end if
- if rollOver(11) then
- set the visible of sprite 17 to 1
- else
- set the visible of sprite 17 to 0
- end if
- if rollOver(12) then
- set the visible of sprite 18 to 1
- else
- set the visible of sprite 18 to 0
- end if
- if rollOver(2) or rollOver(3) or rollOver(10) or rollOver(11) or rollOver(12) then
- cursorhand()
- else
- cursormain()
- end if
- go(the frame)
- end
-