• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

framehandles

  1. HerlySQR

    [Solved] Issues with moving the unit selected frames

    Hello, I wanna move the unit group selected buttons to some place, I did this: library myLib initializer init private function onSelect takes nothing returns nothing local framehandle unitFrame = BlzGetFrameByName("SimpleInfoPanelUnitDetail", 0) local framehandle...
  2. Cokemonkey11

    [Solved] How to *stop* flashing the Quests button once it's started?

    I add some quests during initialization The quests button begins flashing as soon as the game starts even though I haven't issued a FlashQuestDialogButton call. package Quests import Icons import Quest init BlzFrameClick(BlzGetFrameByName("UpperButtonBarQuestsButton", 0))...
Top