home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / intro.dir / 00069_Script_69 < prev    next >
Text File  |  1995-06-14  |  547b  |  16 lines

  1. -- This is a special case script used only for the computer frame section
  2. -- Do not use this script anywhere else since in UNpuppets channels 2-6
  3.  
  4. global cQuickTime, gTime
  5. on enterFrame
  6.   -- set the movieRate of sprite cQuickTime = 0
  7.   -- preloadBackground nextBackground
  8.   -- set the movieRate of sprite cQuickTime = 1
  9.   --  set the frameRate of cast the number of cast the castnum of sprite cQuickTime = 1
  10.   puppetSprite 3, FALSE
  11.   puppetSprite 4, FALSE
  12.   puppetSprite 5, FALSE
  13.   puppetSprite 6, FALSE
  14.   puppetSprite 7, FALSE
  15. end
  16.