home *** CD-ROM | disk | FTP | other *** search
- on mainRoller
- repeat with x = 22 to 27
- set the visible of sprite x to 0
- end repeat
- repeat with x = 15 to 20
- set the cursor of sprite x to 280
- set the visible of sprite 31 to 0
- set the visible of sprite 37 to 0
- end repeat
- set the visible of sprite 31 to 0
- if rollOver(15) then
- set the visible of sprite 22 to 1
- else
- if rollOver(16) then
- set the visible of sprite 23 to 1
- else
- if rollOver(17) then
- set the visible of sprite 24 to 1
- else
- if rollOver(18) then
- set the visible of sprite 25 to 1
- else
- if rollOver(19) then
- set the visible of sprite 26 to 1
- else
- if rollOver(20) then
- set the visible of sprite 27 to 1
- else
- if rollOver(32) then
- set the visible of sprite 31 to 1
- else
- if rollOver(36) then
- set the visible of sprite 37 to 1
- else
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-