Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: sirinsidiator
Forum: Lua/XML Help 02/20/23, 11:22 AM
Replies: 13
Views: 2,643
Posted By sirinsidiator
the comment was regarding how you accessed the...

the comment was regarding how you accessed the image in your original code:
TeleportHourglassImage:SetTexture("/esoui/art/screens_app/load_ourosboros.dds")
You already have "image" locally. Why...
Forum: Lua/XML Help 02/20/23, 06:01 AM
Replies: 13
Views: 2,643
Posted By sirinsidiator
You almost got it right. Instead of...

You almost got it right. Instead of GetControl(image, "/esoui/art/screens_app/load_ourosboros.dds") you need to pass the image to it directly though.
GetControl is used to get a control by name, so...
Forum: Lua/XML Help 02/19/23, 05:38 PM
Replies: 13
Views: 2,643
Posted By sirinsidiator
Or use the animation framework the game already...

Or use the animation framework the game already provides instead of setting properties in your own code manually. ;)
You can find an example of how it is used in the ui source code...
Showing results 1 to 3 of 3