home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
devglry
/
mcny
/
source
/
newduck.dir
/
00021.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-05-06
|
284 b
|
13 lines
on exitFrame
global shots, score, wayV, speed, vertchange, weapon
clearGlobals()
set shots to 7
set score to 0
set weapon to 1
set the locV of sprite 2 to 200
set wayV to random(250)
set vertchange to (the locV of sprite 2 - wayV) / 20
set speed to 10
pause()
end