home *** CD-ROM | disk | FTP | other *** search
- global gPTimerSet, gPresentationTime, gRedSet, gPresentationLight, gYellowSet, gLightColor
-
- on enterFrame
- if gPTimerSet then
- puppetSprite(gPresentationLight, 1)
- set the castNum of sprite gPresentationLight to the number of cast gLightColor
- updateStage()
- end if
- end
-
- on exitFrame
- go("MWM loop")
- end
-