home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if not soundBusy(2) then
- sound playFile 2, "\sonido\medida.aif"
- end if
- if rollOver(18) then
- set the visible of sprite 19 to 1
- else
- set the visible of sprite 19 to 0
- end if
- if rollOver(2) then
- set the visible of sprite 4 to 1
- else
- set the visible of sprite 4 to 0
- end if
- if rollOver(3) then
- set the visible of sprite 5 to 1
- else
- set the visible of sprite 5 to 0
- end if
- if rollOver(2) or rollOver(3) or rollOver(18) then
- cursorhand()
- else
- cursormain()
- end if
- go(the frame)
- end
-