Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > General authoring help / discussion
User Name
Password

Reply
 
Thread Tools Display Modes
Old 03-06-2007, 04:33 PM   #1
phellin
A Ghoul
 
phellin's Avatar
 
Join Date: Oct 2004
Posts: 10
Interface Author - Click to view interfaces
Default Target Box Animation

I am trying to get my Target Window to animate the Target Box con colour when you select anyone.

Well I have it so it roates through all the animations once and then stops. My Target window is alway open with a static animation background and here is the code for the animation I am using.

Code:
<Ui2DAnimation item="Rick_TargetBox"> <Cycle>true</Cycle> <Frames> <Texture>target_back.tga</Texture> <Location> <X>0</X> <Y>31</Y> </Location> <Size> <CX>104</CX> <CY>31</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>500</Duration> </Frames> <Frames> <Texture>target_back.tga</Texture> <Location> <X>0</X> <Y>62</Y> </Location> <Size> <CX>104</CX> <CY>31</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>500</Duration> </Frames> <Frames> <Texture>target_back.tga</Texture> <Location> <X>0</X> <Y>94</Y> </Location> <Size> <CX>104</CX> <CY>31</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>500</Duration> </Frames> <Frames> <Texture>target_back.tga</Texture> <Location> <X>0</X> <Y>126</Y> </Location> <Size> <CX>104</CX> <CY>31</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>500</Duration> </Frames> <Frames> <Texture>target_back.tga</Texture> <Location> <X>0</X> <Y>158</Y> </Location> <Size> <CX>104</CX> <CY>31</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>500</Duration> </Frames> <Frames> <Texture>target_back.tga</Texture> <Location> <X>0</X> <Y>190</Y> </Location> <Size> <CX>104</CX> <CY>31</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>500</Duration> </Frames> <Frames> <Texture>target_back.tga</Texture> <Location> <X>0</X> <Y>222</Y> </Location> <Size> <CX>104</CX> <CY>31</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>500</Duration> </Frames> <Frames> <Texture>target_back.tga</Texture> <Location> <X>0</X> <Y>254</Y> </Location> <Size> <CX>104</CX> <CY>31</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>500</Duration> </Frames> </Ui2DAnimation>


I have tried this code in both the Target Window and a new xml page linked via the EQUI.xml, but it still only runs once.
phellin is offline   Reply With Quote
Reply




Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 12:50 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI