home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
תקליטור אוסף נבחרי 95
/
Top_95.iso
/
TOP95
/
KIDS
/
PELTCRUE
/
PELTCRUE.EXE
/
PELTCRUE.dxr
/
00001.ls
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
|
1996-10-30
|
269 b
|
14 lines
global gKillObject, gGameObject
on startMovie
set gGameObject to birth(script "GameParent")
end
on stopMovie
set gGameObject to gKillObject
set the text of field "score" to "0"
set the text of field "FMCounter" to "00:00"
updateStage()
clearGlobals()
end