background image

nevarim

09-10-2010 15:06:51

hi all again

i have to set into my gui a background image that is a picture static with property autoresize (based on monitor resolution)

how can i do this?

Nevarim

my.name

09-10-2010 15:10:14

create StaticImage
set texture name
set property Align - Stretch
set property Coord in relative 0 0 100 100

nevarim

09-10-2010 15:52:43

thanks :D

my.name

11-10-2010 12:23:13

=)

nevarim

13-10-2010 11:18:12

what is the difference between staticimage and rotatingskin? (rotatingskin haven't blueleyer behind)

Altren

13-10-2010 15:20:15

RotatingSkin can be rotated in code. See UnitTest_RotatingSkin for example.

nevarim

13-10-2010 15:30:21

and how can i remove blue layer from staticimage?

Altren

13-10-2010 19:19:49

This is special effect, that is visible only in LayoutEditor to see empty StaticImages. You can try to run Test mode and see how this actually looks like.

nevarim

13-10-2010 21:27:59

When I run the test mode i still see the image as a blue backgound

Altren

14-10-2010 03:19:44

I guess you are saying about something else. Could you show a screenshot?