home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / 451-475 / apd465 / procedures / sprite_height.amos / sprite_height.amosSourceCode
AMOS Source Code  |  1993-01-08  |  397b  |  16 lines

  1. ' This procedure will find out the height of any sprite.   
  2. '
  3. '
  4. ' Simply call the procedure and tell it what sprite number. eg.  
  5. '
  6. ' To find out sprite #2 height 
  7. '
  8. ' Proc _SPRITE_HEIGHT_[2]  
  9. '
  10. ' And then read the answer back. 
  11. '
  12. ' HEIGHT=Param   
  13. '
  14. Procedure _SPRITE_HEIGHT_[NUMBER]
  15. '                                      Procedure written by Brett George 
  16. End Proc[Deek(Sprite Base(NUMBER)+2)]