home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shirley Barber's Fairies: Create, Paint & Play
/
Fairies.iso
/
pc
/
Files
/
Install.dxr
/
Internal_39_Play.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-11-06
|
268 b
|
11 lines
global scrWidth, scrHeight, scrDepth, projectName
on enterFrame
cursor(200)
if scrWidth <> 800 then
Ok = baSetDisplay(scrWidth, scrHeight, scrDepth, "temp", 0)
end if
baRunProgram("C:\Program Files\Fairies\Files\InstallRun.exe", "normal", 1)
quit()
end