Setalpha

BlitzMax Forums/BlitzMax Beginners Area/Setalpha

Trangof(Posted 2010) [#1]
Hi again.
My problem it's i try that one image has set alpha but left images not and i cant.
When I use setalpha, or setrotation, setcolor etc... all image get the same value and i dont want that.

Please can you help me?


Brucey(Posted 2010) [#2]
For each image that you want to draw at a different angle / alpha, you will need to call SetRotation / SetAlpha with the required values.


Amon(Posted 2010) [#3]
And also have a seperate variable for each images alpha and rotation.


Trangof(Posted 2010) [#4]
Thx ;)