home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
451-475
/
apd453
/
sprite_width.amos
/
sprite_width.amosSourceCode
Wrap
AMOS Source Code
|
1993-01-08
|
329b
|
9 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]
'written by Brett George
End Proc[Deek(Sprite Base(NUMBER))*16]