home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Fácil 3
/
CDFACIL3.iso
/
lazer
/
desafios
/
stact012.Dxr
/
00395.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
|
1996-12-01
|
202 b
|
12 lines
on exitFrame
global gamepaused
UseFace()
if gamepaused = 1 then
go(the frame)
exit
end if
set aaa to the locV of sprite 16
set aaa to aaa - 20
set the locV of sprite 16 to aaa
end