About Store Forum Documentation Contact



Post Reply 
Drawing Layers
Author Message
Dwight Offline
Bronze Supporter

Post: #1
Drawing Layers
Hi again!

I have been working on the User Interface as of lately, and managed to do everything.

There is only 1 problem that remains (perhaps a feature request?!), and that is the layering of the images and the texts.

When I import and draw an image, it shows, but when I try to insert a "D.text"-line over it, it jumps right under it.

What would be the correct way of layering images and texts with eachother? (So that I can choose on which layer what image/text comes?)

Furhter reading if the above isn't that clear (which I can understand..):
The following picture can help:
[Image: layers_example.jpg]
Layer 1 would be the image of the user interface.
Layer 2 would be the text over it (transparent, except the text ofcource)
Layers 3 -> 5: optional.

But now, Layer 1 is the "D.text" and Layer 2 is the image.
02-28-2011 10:26 AM
Find all posts by this user Quote this message in a reply
menajev Offline
Member

Post: #2
RE: Drawing Layers
AFAIR that is above what is later in code.
02-28-2011 10:35 AM
Find all posts by this user Quote this message in a reply
Dwight Offline
Bronze Supporter

Post: #3
RE: Drawing Layers
I am now officially in the "I-am-ashamed"-corner.

Thanks for helping! Since I had the Graphics and Text-informations seperately it didn't work out that well, just had to call the text before the graphics!

Thanks menajev! And also thanks for not making it that painful! smile
02-28-2011 10:40 AM
Find all posts by this user Quote this message in a reply
Post Reply