home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
pc
/
media
/
dem_mus.dir
/
00002_Script_2
< prev
next >
Wrap
Text File
|
1997-10-09
|
232b
|
11 lines
on exitFrame
if (the movieTime of sprite 2< the duration of sprite 2) then go the frame
end
on mouseUp
if the commandDown then
set the movieTime of sprite 2 = the duration of sprite 2
updateStage
end if
end