ndary #1 Posted June 12, 2003 Its been a while since i played with the ATARI XL player missile.. and i cant remeber how to make a player Not to be translucent!. I created a player but when i move it over GR.0 screen i can still see the GR.0 charecters. (although they are not colored with the tint from the player) does any one remember how to make player 1 sold? nir Quote Share this post Link to post Share on other sites
Thelen #2 Posted June 12, 2003 you should set the Player/Missile priorities. this will make it solid: lda #$1+16 sta gprior ;set player/missile priorities this would help, but there can be set lot's of playfiel/ P/M priorities... http://www.atariarchives.org/agagd/chapter5.php on half of the page is standing a diagram Thelen Quote Share this post Link to post Share on other sites
ndary #3 Posted June 12, 2003 Thanks for the tip.. but i already set gprior ($26f) and its still transparrant!? but i did some tests.. and if the backround graphics is gr mode E. then it works!.. the player is solid and not transparranet.. but when i am in Grpahics mode 0 or gr.8 no matter what i do the you can see what is behind the player!?!?!? Quote Share this post Link to post Share on other sites
analmux #4 Posted August 30, 2003 The problem with graphics 0 is that PM has NO priority over setcolor 1 (text), although this only applies for the Luminance of the text. This is because the GTIA handles the 2 types of graphicslines in a different way (Hires gr. 0/8 versus the other modes). The Prior settings apply to multicolored graphics. On the other hand you can take advantage of this. You can make pictures in Hires with PMs as extra colorplanes. Look at the picture of 'the fort' from Raster/CPU on the Atari 8bit section (topic: "better graphics" page 4 or 5). ----- mux Quote Share this post Link to post Share on other sites