Android Question X2 library documentation

DOM85

Active Member
Licensed User
Longtime User
Hello Erel and all members,
The X2 library seems fantastic for game development.
I have studied many examples apps, but some functions need explanation.
Please, is there any documentation for this library ?
Thank you.
 

DOM85

Active Member
Licensed User
Longtime User
Thank you Erel for your answer.
I already have used the link to the 20 apps examples. But i need some primary informations.

My basic questions would perhaps be uninteresting for the forum. With an exhaustive documentation of X2 Library, I would avoid asking your help for elementary functions.

If I can ask a first question certainly very simple: I want to display an image containing a character drawn on a background color RGB 0,0,0, without displaying the background color, in order to see the character move strictly cut out.

Thank you for your help.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
If I can ask a first question certainly very simple: I want to display an image containing a character drawn on a background color RGB 0,0,0, without displaying the background color, in order to see the character move strictly cut out.
Best to convert the image to PNG and recolor the black color to transparent. It can also be done at runtime with BitmapColorEffects.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…