home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 21
/
cdromtoday-21.iso
/
pc
/
multbird
/
birddemo.dir
/
00281_Script_281
< prev
next >
Wrap
Text File
|
1995-06-27
|
415b
|
21 lines
on startMovie
set the volume of sound 2 to 150
set the mouseDownScript to "LeaveMovie"
end startMovie
on stopMovie
sound Stop 1
sound stop 2
set the volume of sound 2 to 255
set the mouseDownScript to EMPTY
unload
end stopMovie
on leaveMovie
sound stop 1
sound stop 2
set the volume of sound 2 to 255
set the mouseDownScript to EMPTY
go movie "wait.dir"
end leaveMovie