home *** CD-ROM | disk | FTP | other *** search
/ Bibleland.com / BIBLELND.ISO / mac / ACASTS / A029.CST / 00008_Script_8 < prev    next >
Text File  |  1997-06-06  |  1KB  |  36 lines

  1. on videoSetUp1
  2.   global keyword
  3.   set the puppet of sprite 10 to true
  4.   set the puppet of sprite 11 to true
  5.   set the puppet of sprite 12 to true
  6.   set the puppet of sprite 13 to true
  7.   
  8.   set the member of sprite 10 to member"white background"
  9.   set the loc of sprite 10 to point(342,245)
  10.   
  11.   set the member of sprite 11 to member"VideoBackground"
  12.   set the loc of sprite 11 to point(75,39)
  13.   
  14.   if keyword = "ark.Mov" then
  15.     set the member of sprite 12 to member"VideoPlayera"
  16.     set the loc of sprite 12 to point(371,242)
  17.   else
  18.     set the member of sprite 12 to member"VideoPlayerb"
  19.     set the loc of sprite 12 to point(371,242)
  20.   end if
  21.   
  22.   
  23.   puppetTransition 3,2,20,true
  24. end videoStartUp1
  25.  
  26. on videoSetUp2
  27.   global keyword
  28.   if keyword = "ark.Mov" then
  29.     set the member of sprite 13 to member "ark.Mov"
  30.     set the loc of sprite 13 to point(364,210)
  31.   else
  32.     set the member of sprite 13 to member "jericho.mov"
  33.     set the loc of sprite 13 to point(364,210)
  34.   end if
  35.   
  36. end videoStartUp2