home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Bible for Kids - The Life of Paul
/
Paul.iso
/
mac
/
MASTRCST.DIR
/
00067_Script_67
< prev
next >
Wrap
Text File
|
1996-09-12
|
591b
|
27 lines
on exitFrame
global rca,rcb,rcc,rdmch,AG
put 1 into AG
repeat with i = 1 to 48
set the cursor of sprite i to 0
end repeat
cursor 200
set rdmch = random (3)
if rdmch = 1 then
set the puppet of sprite rcb to true
set the puppet of sprite rcc to true
updatestage
end if
if rdmch = 2 then
set the puppet of sprite rca to true
set the puppet of sprite rcc to true
updatestage
end if
if rdmch = 3 then
set the puppet of sprite rca to true
set the puppet of sprite rcb to true
updatestage
end if
end