home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
pc
/
media
/
dem_mus.dir
/
00003_Script_3
< prev
next >
Wrap
Text File
|
1997-10-09
|
298b
|
21 lines
on exitFrame
if the timer < 15 * 60 then
go the frame
else
go the frame + 1
startTimer
end if
end
on mouseUp
if rollover (20) then
startTimer
if the mouseH < 482 then
go the frame - 1
else
go the frame + 1
end if
end if
end