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