home *** CD-ROM | disk | FTP | other *** search
Wrap
on exitFrame go(the frame) if (rollOver(2) = 1) or (rollOver(3) = 1) or (rollOver(4) = 1) or (rollOver(5) = 1) or (rollOver(6) = 1) or (rollOver(7) = 1) or (rollOver(8) = 1) or (rollOver(9) = 1) or (rollOver(10) = 1) or (rollOver(11) = 1) or (rollOver(12) = 1) then cursor([14, 15]) else cursor(-1) end if if rollOver(2) then set the visible of sprite 2 to 1 else set the visible of sprite 2 to 0 end if if rollOver(3) then set the visible of sprite 3 to 1 else set the visible of sprite 3 to 0 end if if rollOver(4) then set the visible of sprite 4 to 1 else set the visible of sprite 4 to 0 end if if rollOver(5) then set the visible of sprite 5 to 1 else set the visible of sprite 5 to 0 end if if rollOver(6) then set the visible of sprite 6 to 1 else set the visible of sprite 6 to 0 end if if rollOver(7) then set the visible of sprite 7 to 1 else set the visible of sprite 7 to 0 end if if rollOver(8) then set the visible of sprite 8 to 1 else set the visible of sprite 8 to 0 end if if rollOver(9) then set the visible of sprite 9 to 1 else set the visible of sprite 9 to 0 end if if rollOver(10) then set the visible of sprite 10 to 1 else set the visible of sprite 10 to 0 end if if rollOver(11) then set the visible of sprite 11 to 1 else set the visible of sprite 11 to 0 end if if rollOver(12) then set the visible of sprite 12 to 1 else set the visible of sprite 12 to 0 end if end