home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Unreal Tournament Game Programming for Teens
/
UnrealTournamentGameProgrammingForTeens.iso
/
start.exe
/
start.dxr
/
00020_Frame Loop.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2006-11-09
|
186 b
|
8 lines
on exitFrame me
if (the timer > 500) and (sprite(16).blend > 0) then
sprite(16).blend = sprite(16).blend - 2
sprite(6).blend = sprite(6).blend + 2
end if
go(the frame)
end