#100485 - TheRain - Mon Aug 28, 2006 5:25 am
I'm using this bit of code:
Trying to get sprites to be 50/50 semitransparent to the background. Ideally I'd like to set whether a sprite is semitransparent on an individual, sprite by sprite basis... but I can't even get this bit of code to work for all of them. Can someone help me out on this one??
thanks, 'rain
_________________
DSMIDI and dSTAR sequencer brought to you by TheRain
http://www.collinmeyermusic.com/dev/
Code: |
SUB_BLEND_CR=BLEND_NONE|BLEND_SRC_BG2|BLEND_DST_SPRITE;
SUB_BLEND_AB = 0x0F | (0x0F << 8); |
Trying to get sprites to be 50/50 semitransparent to the background. Ideally I'd like to set whether a sprite is semitransparent on an individual, sprite by sprite basis... but I can't even get this bit of code to work for all of them. Can someone help me out on this one??
thanks, 'rain
_________________
DSMIDI and dSTAR sequencer brought to you by TheRain
http://www.collinmeyermusic.com/dev/