About Store Forum Documentation Contact



Post Reply 
[SOLVED] Setting image by layer, send to back or front
Author Message
Dandruff Offline
Member

Post: #1
[SOLVED] Setting image by layer, send to back or front
Hello, is there a way to send images to the back, or have them rendered behind gui objects?

I want the light to be drawn behind the options menu and not on top of everything else.

Thanks!

[Image: 2s81jq1.jpg]
(This post was last modified: 11-08-2010 12:07 AM by Dandruff.)
11-07-2010 11:54 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Setting image by layer, send to back or front
you can first draw the image, then call gui.draw

image.draw
gui.draw
11-07-2010 11:56 PM
Find all posts by this user Quote this message in a reply
Dandruff Offline
Member

Post: #3
RE: Setting image by layer, send to back or front
Alright, I called GUI after image and now its in front. Thanks for your very fast response!
11-08-2010 12:00 AM
Find all posts by this user Quote this message in a reply
Post Reply