home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / intro.dir / 00054_Script_54 < prev    next >
Text File  |  1995-06-14  |  327b  |  15 lines

  1. global gPTimerSet, gPresentationTime, gRedSet, gPresentationLight, gYellowSet, gLightColor
  2.  
  3. on enterFrame
  4.   if gPTimerSet then
  5.     puppetSprite gPresentationLight, 1
  6.     set the castnum of sprite gPresentationLight = the number of cast gLightColor
  7.     updateStage
  8.   end if
  9. end    
  10.  
  11. on exitFrame
  12.   go "MWM loop"
  13. end
  14.  
  15.