home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
authors
/
len_tucker
/
yhotspot.amos
/
yhotspot.amosSourceCode
Wrap
AMOS Source Code
|
1986-08-03
|
175b
|
9 lines
' classic only
Load "duck.abk"
For Z=1 To Length(1)
_YHOTSPOT[Z]
Print "Y hotspot of bob";Z;" is";Param
Next Z
Procedure _YHOTSPOT[NBR]
N=Deek(Sprite Base(NBR)+8)
End Proc[N]