We have been thinking of using drawRegion() instead of drawImage(), to get around some transparency issues.
The MIDP docs say "pre-transformed images may render more quickly than images that are transformed on the fly using drawRegion," but our game uses no transformations (always TRANS_NONE), so does this problem affect us?
Thanks for any insight.

Reply With Quote

