Sorry if the title wasn’t so clear but I really I don’t know how to summarize what I’m trying to do.
Ok what I want to achieve is something like the jpg I did attach. I need to do everything with AS3 since both the image and the text is loaded with an XML
Practically I have a picture and above it I’ll put a white level with alpha 70%, but as you can see in the jpg the white level has a “hole” in it that is created by a text.
I really don’t know how to do this.
I thought that a way could be to convert the text in a bitmap and then, if it is possible, to use the newly created bitmap to create the “hole” with the white level. Anyone knows if this is possible and if yes can tell me how to do it?
Or maybe I’m using the wrong method and someone can suggest me a better way to realize this?
Thanks for any help.