home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2003: The Beautiful Scenery
/
enter-parhaat-2003.iso
/
files
/
frendz.exe
/
frendz.dcr
/
Scripts_33_b_SetupChoose.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
|
2002-12-31
|
346 b
|
20 lines
global gMessageBox, gGameOn, gSoundEnabled, gMouseOverSound, gOnline, gpTicks, key1
on prepareFrame me
gMessageBox.mb_text(EMPTY)
setMainAnimations()
gGameOn = 0
gSoundEnabled = 1
gMouseOverSound = 0
end
on exitFrame me
key1 = random(999999)
if gOnline = 1 then
ping()
gpTicks = 0
else
gpTicks = 100000
end if
end