View Single Post
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