Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-27-10, 07:00 AM   #1
sacrife
An Onyxian Warder
 
sacrife's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 384
Minimap Scroll not working after 4.0.1

This worked fine before, now it does not.
I know that I have to replace arg1 with something, but I really do not know what? Can anyone point me in the right direction here?

Code:
----------------------------------
-- Zoom
----------------------------------
Minimap:EnableMouseWheel(true)
Minimap:SetScript('OnMouseWheel', function()
    if (arg1 > 0) then
        Minimap_ZoomIn()
    else
        Minimap_ZoomOut()
    end
end)
__________________

  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Minimap Scroll not working after 4.0.1


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off