home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bibleland.com
/
BIBLELND.ISO
/
mac
/
ACASTS
/
A029.CST
/
00008_Script_8
< prev
next >
Wrap
Text File
|
1997-06-06
|
1KB
|
36 lines
on videoSetUp1
global keyword
set the puppet of sprite 10 to true
set the puppet of sprite 11 to true
set the puppet of sprite 12 to true
set the puppet of sprite 13 to true
set the member of sprite 10 to member"white background"
set the loc of sprite 10 to point(342,245)
set the member of sprite 11 to member"VideoBackground"
set the loc of sprite 11 to point(75,39)
if keyword = "ark.Mov" then
set the member of sprite 12 to member"VideoPlayera"
set the loc of sprite 12 to point(371,242)
else
set the member of sprite 12 to member"VideoPlayerb"
set the loc of sprite 12 to point(371,242)
end if
puppetTransition 3,2,20,true
end videoStartUp1
on videoSetUp2
global keyword
if keyword = "ark.Mov" then
set the member of sprite 13 to member "ark.Mov"
set the loc of sprite 13 to point(364,210)
else
set the member of sprite 13 to member "jericho.mov"
set the loc of sprite 13 to point(364,210)
end if
end videoStartUp2