home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kompuutteri K-CD 2003 #1
/
K-CD_2003-01.iso
/
Tools
/
K-CD.DCR
/
00302_UpdateStep.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-04-19
|
200 b
|
9 lines
global CurrentStep
on UpdateMe
set currentPos to 175 + (CurrentStep * 111 / 12)
set the locV of sprite 13 to currentPos
set the locV of sprite 4 to 160 - (CurrentStep * 75)
updateStage()
end