home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Boot Disc 1
/
boot-disc-1996-08.iso
/
bootcd.dir
/
00547_Script_547
< prev
next >
Wrap
Text File
|
1996-07-02
|
705b
|
21 lines
on mouseDown
set curcastname=the name of member (the membernum of sprite the clickon)
set jumplist=value(the text of member "TVList")
if offset("Static",curcastname) then exit
if offset("AOL",curcastname) then
open getDrive()&"\Aoleasy\Aol.exe"
exit
end if
if curcastname="tv_awards" then exit
delete char 1 to 3 of curcastname
if getpos(["Acrobat","Grail","Morph","Project","Rosenth"],curcastname)>0 then
open (the moviepath)&"Content\"&getprop(jumplist,curcastname)
cursor 4
starttimer
repeat while the timer<60
end repeat
cursor -1
else
put "This application must be started from Windows 95." into field "DemoInfo"
end if
end