Hello Ladies and Guys from the Forum
I m Pablo from Bs As Argentina, I made a Mario Bros game with C# and SDL, then I moved to SFML cos in SDL didn t work the direct input functions and had no support for C#, and I needed to use Threading and ignore the Events ...
Since yesterday I have been translating the SDL code to SFML ... there were 800 errors, now remain 6, that are about the Alpha component ... I dont know and couldnt find how to set the alpha value to an image (to all its pixels) ... and I need this for the ilumination in some levels of my game
Something like
image.Alpha = 128; //(and all the pixels should be ARGB(128, R, G, B))
or whatever it is the syntax
Thank you
Then when I solve this I ll send my game for you
Pablo