home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
rollerrush
/
game.dcr
/
Internal_8_OpenClosedMeter.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
|
2007-10-01
|
206 b
|
9 lines
on update me, maxTime, timePlayed
per = float(timePlayed) / float(maxTime)
if timePlayed > maxTime then
timePlayed = maxTime
per = 1
end if
sprite(me.spriteNum).locV = 114 + (150 * per)
end