home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1996 January
/
WHAT_PC_JAN_96.ISO
/
whatpc.dir
/
00236.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-11-12
|
488 b
|
12 lines
on mouseUp
sound stop 1
set the castNum of sprite 5 to cast "Button6a"
updateStage()
if not (the quickTimePresent) then
alert("QuickTime is not installed. You must install it using the program that will run in a moment. After installation, exit from Windows, reload Windows by typing WIN, return to this screen and click the button again to play the video.")
open("\qtw202\setup.exe")
else
open("mplayer /play /close \paws\paws_cd\qt_test\240make.mov")
end if
end