View Single Post
  #1  
Unread 01-03-2006, 06:30 PM
ShadowHunter12 ShadowHunter12 is offline
A Young Mystail Rat
 
Join Date: Jan 2006
Server: Antonia Bayle
Posts: 2
Default Recipe Window - Effect Back Glow

Hey guys,

I have a quick question for all you interface gurus.

Back months ago when you responded to a crafting effect/ or didn't respond to an effect, the icon would change to a black icon.

Now, when you respond to it properly it glows green and when you dont, it glows red.

This is the line from a new mod:

<Icon AbsorbsInput="false" BackgroundTint="#000000" IconStyle="/IconStyles.inventory" Location="21,349" MouseOverColor="#FFFF00" Name="EventIcon" PackLocation="left,top" PackLocationProp="0021/0001,0349/0001" ScrollExtent="50,50" Size="50,50" TreatAsButton="true"/>


Here is the line from the OLD interface mod:

<Icon AbsorbsInput="false" BackgroundTint="#000000" IconStyle="/IconStyles.inventory" Location="27,416" MouseOverColor="#FFFF00" Name="EventIcon" PackLocation="left,top" PackLocationProp="0027/0001,0416/0001" ScrollExtent="40,40" Size="40,40" TreatAsButton="true"/>


I think it has something to do with this, but im not sure...

How would i go about using the old glow (black for both) systems?

Thanks everyone!
Reply With Quote