home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / autodesk / autodesk.exe / autodesk.DXR / 00083.ls < prev    next >
Encoding:
Text File  |  1994-12-17  |  297 b   |  14 lines

  1. on enterFrame
  2.   global gDemoRun, gSaveTheSoundEnabled, gThePIF
  3.   set gSaveTheSoundEnabled to the soundEnabled
  4.   set the soundEnabled to 0
  5.   set gDemoRun to 1
  6.   waitkey(60)
  7.   if gThePIF <> EMPTY then
  8.     open(gThePIF)
  9.   else
  10.     open("argdb02.mvb", "..\arg\mviewer2.exe")
  11.   end if
  12.   delay(280)
  13. end
  14.