home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
601-625
/
apd617
/
len_tucker
/
bwidth.amos
/
bwidth.amosSourceCode
Wrap
AMOS Source Code
|
1986-08-03
|
168b
|
9 lines
' classic only
Load "duck.abk"
For Z=1 To Length(1)
_BWIDTH[Z]
Print "Width of bob";Z;" is";Param
Next Z
Procedure _BWIDTH[NBR]
N=Deek(Sprite Base(NBR))*16
End Proc[N]