<<<
     I'm trying to do some graphics for a game, mainly trying to draw
bitmaps with transparency.  First of all, is there a function somewhere that
can draw bitmaps with transparency?  Say for example not overwriting any
white pixels.
>>>

There is a source code example of this in Reptoids.  Reptoids is in the Palm
SDK.  It's also in various places on the web.  If you cannot find it anywhere, I
can always send you a copy.

Besides graphic drawing, Reptoids shows lots of other interesting techniques
like how to check multiple keys pressed down, how to draw to an offscreen
buffer, how not to draw when the menu is visible, sound, how to save and restore
games, and so on.  I thought I'd point that out since you want to make a game.
You might as well copy and paste working code.


-Roger Flores


Reply via email to