View Single Post
03-09-20, 08:29 AM   #1
Lybrial
A Flamescale Wyrmkin
AddOn Compiler - Click to view compilations
Join Date: Jan 2010
Posts: 120
How to hide all icons on Minimap?

Does someone know how to hide all icons on the minimap?
I implemented a minimap which is only showing on mouseover. Im using
Code:
UIFrameFadeIn
and
Code:
UIFrameFadeOut
to do that. That works perfectly for the minimap itself but all the icons on the minimap (player, pet, group members, quest icons, ....) are still visible even when the alpha of the minimap is set to 0.
  Reply With Quote