home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle: Internet utan modem
/
Internet CD.iso
/
web
/
computer
/
wwweps~1.com
/
adam
/
galactic.dcr
/
00113_shield.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
|
1997-03-06
|
296 b
|
12 lines
on mouseUp
global max_shield, shield, score
if score >= 4000 then
set score to score - 4000
put score into field "score"
set the width of sprite 16 to the width of sprite 16 + 16
set shield to shield + 100
set max_shield to max_shield + 100
updateStage()
end if
end