Started by cyclope, July 17, 2010, 12:55:33 pm
Quote from: stripe103 on July 18, 2010, 11:58:30 amThough it would be easier with a script than having an event on every single map...
Quote from: game_guy on July 18, 2010, 11:26:02 amno actually a simple event system. Just need the mouse system and blizz abs or tons of addonsSpoiler: ShowHideEDIT: THat last branch$mouse.x >= should be $mouse.y <= small typo when making the event.
$mouse.x <= 16 + 32
Quote from: game_guy on July 18, 2010, 02:47:21 pmYou didnt change the button x in the conditional branches. th 16 is button x. so you gotta change them all to 608 because thats the button x. Also change the width and height to the buttons picture width and height. Also the button y needs to be set to 0.And like I said the last branch had a typo in it.it needs to be$mouse.x <= 16 + 32