Quote:
Originally Posted by tknarr
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">
.