Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-28-13, 02:59 PM   #1
Mayron
A Frostmaul Preserver
 
Mayron's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 275
Need frame's to Hide during Cinematic

Hi, I have an issue with an in-game cinematic where frames show over it. Usually I would use:

Lua Code:
  1. local frameEvent = CreateFrame('Frame')
  2. frameEvent:RegisterEvent("CINEMATIC_START")
  3. frameEvent:SetScript('OnEvent', myEventHandler)
  4. function eventHandlers.CINEMATIC_START()
  5.     playerGradient:Hide()
  6.     targetGradient:Hide()
  7. end

however I don't think the "Deathwing's destruction at the Maelstrom" cinematic actually counts as a cinematic which is the problem. When I go in Orgrimmar as a Horde and right click on the NPC and select "Show me, dragon." to play the cinematic I get this:



Does anyone know the reason why or how to fix this? Thank you!
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » Need frame's to Hide during Cinematic


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