home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gDemoRun, gSaveTheSoundEnabled, gThePIF
- set gSaveTheSoundEnabled to the soundEnabled
- set the soundEnabled to 0
- set gDemoRun to 1
- waitkey(60)
- if gThePIF <> EMPTY then
- open(gThePIF)
- else
- open("argdb02.mvb", "..\arg\mviewer2.exe")
- end if
- delay(280)
- end
-