home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / intro.dir / 00063.ls < prev    next >
Encoding:
Text File  |  1995-01-24  |  281 b   |  10 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 to the number of cast gLightColor
  7.     updateStage()
  8.   end if
  9. end
  10.