Posted by Brett on October 30, 1999 at 06:34:16:
In Reply to: Getting there... posted by Tursi on October 23, 1999 at 19:20:52:
: But I still am not sure on sprite priority. I flipped the order it draws the sprites, and to my memory that looks better, but I can't test. It's now backwards to what V9T9 draws, but which is right? Can someone test or tell me? If you draw two sprites, say #1 and #2, which is on top? If someone has a real TI handy and can type in this quick program in XB and tell me:
: 10 CALL CLEAR
: 20 CALL CHAR(42,RPT$("F",16))
: 30 CALL SPRITE(#1,42,2,50,50)
: 40 CALL SPRITE(#2,42,16,50,50)
: 50 GOTO 50
: Is the black or white sprite on top on a *REAL* TI?
Tursi,
I don't know whether you got an answer yet on your sprite question but I did run the test program on my real TI. The black sprite is on top!
-- Brett