View Single Post
  #5  
Unread 07-20-2013, 12:09 PM
Darqwood's Avatar
Darqwood Darqwood is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Aug 2005
Posts: 965
Default

Quote:
Originally Posted by tknarr View Post
I can probably make it highlight with UI coding, I'll have to see. I hadn't seen it rotating on click, but I'm still playing with the differences in the code. I wish they'd've just done daily objectives like any other daily mission quest, that would've been simpler.


I added hover in/hover out to the main daily template so the purple icon highlights whenever the mouse enters any part of the daily area:

Code:
<Page AbsorbsInput="false" Location="6,6" Name="DailyObjectiveTemplate" OnHoverIn="Contents.Tier.Color=#9F88FF" OnHoverOut="Contents.Tier.Color=#7F00FF" PackSize="a,f" ScrollExtent="249,102" Size="249,102" Visible="false">



.
Attached Files
File Type: zip darqui_live_aom_101014.zip (51.1 KB, 312 views)
File Type: zip darqui_aom_101014.zip (51.1 KB, 334 views)

Last edited by Darqwood : 10-10-2014 at 08:14 AM.
Reply With Quote