View Single Post
  #3  
Unread 12-12-2004, 07:51 PM
Talyns's Avatar
Talyns Talyns is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Everfrost
Posts: 604
Default

Make an imagestyle and add multiple imageframes to it..

Code:
<ImageStyle Filter="true" Name="lfg_activated">
<ImageFrame Name="image" Source="images/t_window_elements.tga" SourceRect="161,132,191,152"/>
<ImageFrame Name="image" Source="images/t_window_elements.tga" SourceRect="191,132,221,152"/>
</ImageStyle>
This is the LFG Checkbox from TabletsII.. It blinks when activated.. You could set how long each frame is displayed by changing/adding the Duration element to each frame..
Reply With Quote