home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2003: The Beautiful Scenery
/
enter-parhaat-2003.iso
/
files
/
Sketchy.exe
/
Sled.dcr
/
00114_p_timer.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
|
309 b
|
23 lines
property pCurrentTime, pStartTime, pMyTime
on new me
return me
end
on resetTimer me
pCurrentTime = 0
end
on runTimer me
pStartTime = the ticks
end
on stopTimer me
pCurrentTime = the ticks - pStartTime
end
on reportTimer me
pCurrentTime = the ticks - pStartTime
return pCurrentTime / 60.0
end