PDA

View Full Version : Transparence in Lua?



Nems
November 5th, 2005, 06:22
How can I make a transparance effect in Lua for PSP?
I don't understand the syntaxe of this fonction :
screen:clear([transparant-black])
or
screen:fillRect([transparant-black])

For example: I want make a mouse, because my PNG file is square and shape's mouse is arrow. And I don't want print the "corner".
How is the right syntax ?
Thank you.

Nems
November 8th, 2005, 19:33
I reach to make my cursor program using a picture already transparant.
But How can I make a transparent picture effect ?