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