home *** CD-ROM | disk | FTP | other *** search
/ Bibleland.com / BIBLELND.ISO / pc / bcasts / b018.cst / 00004_Script_4 < prev    next >
Text File  |  1997-06-05  |  681b  |  22 lines

  1. on videoSetUp1
  2.   set the puppet of sprite 10 to true
  3.   set the puppet of sprite 11 to true
  4.   set the puppet of sprite 12 to true
  5.   set the puppet of sprite 13 to true
  6.   
  7.   set the member of sprite 10 to member"white background"
  8.   set the loc of sprite 10 to point(342,245)
  9.   
  10.   set the member of sprite 11 to member"VideoBackground"
  11.   set the loc of sprite 11 to point(76,39)
  12.   
  13.   set the member of sprite 12 to member"VideoPlayer"
  14.   set the loc of sprite 12 to point(375,234)
  15.   
  16.   puppetTransition 3,2,20,true
  17. end videoStartUp1
  18.  
  19. on videoSetUp2
  20.   set the member of sprite 13 to member "RUINS2.MOV"
  21.   set the loc of sprite 13 to point(368,202)
  22. end videoStartUp2