home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / sourcecode / procedures / set_y_hotspot.amos / set_y_hotspot.amosSourceCode
AMOS Source Code  |  1993-01-08  |  404b  |  16 lines

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