home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Painter Bear's Language Bridge — Italian
/
Bridge_ponte_itialian.iso
/
pc
/
helpers
/
open.dxr
/
00028_preRace.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
|
2001-02-22
|
191 b
|
11 lines
on exitFrame
global gRaceTimer
reportTimer(gRaceTimer)
if the myTime of gRaceTimer >= 90 then
stopTimer(gRaceTimer)
giveRaceInstructions()
else
go(the frame)
end if
end