home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
451-475
/
apd465
/
procedures
/
sprite_height.amos
/
sprite_height.amosSourceCode
Wrap
AMOS Source Code
|
1993-01-08
|
397b
|
16 lines
' This procedure will find out the height of any sprite.
'
'
' Simply call the procedure and tell it what sprite number. eg.
'
' To find out sprite #2 height
'
' Proc _SPRITE_HEIGHT_[2]
'
' And then read the answer back.
'
' HEIGHT=Param
'
Procedure _SPRITE_HEIGHT_[NUMBER]
' Procedure written by Brett George
End Proc[Deek(Sprite Base(NUMBER)+2)]