View Single Post
Old 03-29-2012, 07:30 PM   #10
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

ok then use this instead change the window_pieces to match whatever your icon is on and then adjust the loc and size till it pulls it.





Code:
<Ui2DAnimation item="BlueIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces06.dds</Texture> <Location> <X>208</X> <Y>200</Y> </Location> <Size> <CX>8</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="RedIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces06.dds</Texture> <Location> <X>200</X> <Y>200</Y> </Location> <Size> <CX>8</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation> <Ui2DAnimation item="YellowIconBackground"> <Cycle>true</Cycle> <Frames> <Texture>window_pieces06.dds</Texture> <Location> <X>200</X> <Y>208</Y> </Location> <Size> <CX>8</CX> <CY>8</CY> </Size> <Hotspot> <X>0</X> <Y>0</Y> </Hotspot> <Duration>1000</Duration> </Frames> </Ui2DAnimation>



HAL <--------- P.S. its a him not a her
Halelen is offline   Reply With Quote