home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Homework Helper
/
homeworkhelperdiscoverymultimedia.iso
/
discglb.dir
/
00110_Script_110
< prev
next >
Wrap
Text File
|
1995-07-17
|
586b
|
35 lines
on exitFrame
repeat while the mousedown = false
if rollover(4) then
go "a hi"
end if
if rollover(5) then
go "a l hi"
end if
if rollover(6) then
if not rollover(7) then
go "a r hi"
end if
end if
if rollover(7) then
go "a exit"
end if
end repeat
repeat while the mousedown = true
end repeat
if rollover(4) then
go "animals"
end if
if rollover(5) then
go "animals to ocean"
end if
if rollover(6) then
go "animals to weather"
end if
end