Hi,
In my android game project I want to implement functionality so that when user drags on screen then a streak appears and later on it fades out.
How can this be done?I am using opengles 1.0.
Please help.
Manish
Hi,
In my android game project I want to implement functionality so that when user drags on screen then a streak appears and later on it fades out.
How can this be done?I am using opengles 1.0.
Please help.
Manish
red, green, blue, ALPHA.
Hi,
If you want to know what color of streak it is to be then for me color is not important…just that
it needs to hide the background.
Manish
ALPHA was the hint. Because it was upper case. You lower alpha and it appears to be “fading”.
Thanks for reply.
Would try to use this in implementation.
Manish