home *** CD-ROM | disk | FTP | other *** search
Wrap
on exitFrame if not soundBusy(2) then sound playFile 2, "\sonido\espbras.aif" end if if rollOver(2) then set the visible of sprite 13 to 1 else set the visible of sprite 13 to 0 end if if rollOver(3) then set the visible of sprite 14 to 1 else set the visible of sprite 14 to 0 end if if rollOver(4) then set the visible of sprite 15 to 1 else set the visible of sprite 15 to 0 end if if rollOver(5) then set the visible of sprite 16 to 1 else set the visible of sprite 16 to 0 end if if rollOver(6) then set the visible of sprite 17 to 1 else set the visible of sprite 17 to 0 end if if rollOver(7) then set the visible of sprite 18 to 1 else set the visible of sprite 18 to 0 end if if rollOver(8) then set the visible of sprite 19 to 1 else set the visible of sprite 19 to 0 end if if rollOver(9) then set the visible of sprite 20 to 1 else set the visible of sprite 20 to 0 end if if rollOver(10) then set the visible of sprite 21 to 1 else set the visible of sprite 21 to 0 end if if rollOver(11) then set the visible of sprite 22 to 1 else set the visible of sprite 22 to 0 end if if rollOver(12) then set the visible of sprite 23 to 1 else set the visible of sprite 23 to 0 end if if rollOver(25) then set the visible of sprite 25 to 0 set the visible of sprite 24 to 1 else set the visible of sprite 24 to 0 set the visible of sprite 25 to 1 end if if rollOver(2) or rollOver(3) or rollOver(4) or rollOver(5) or rollOver(6) or rollOver(7) or rollOver(8) or rollOver(9) or rollOver(10) or rollOver(11) or rollOver(12) or rollOver(24) then cursorhand() else cursormain() end if go(the frame) end