HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Unit Interface butions

08-26-2003, 06:06 PM#1
LrdSlothPaladin
I have a question about how you get rid if an interface buton witout getting rid of what it does, like is there a way to hide the attack buttion without getting rid of how to attack?
08-26-2003, 06:13 PM#2
Guest
perhaps you could use a black square as a replaced attack btn. just change the skin
08-26-2003, 06:15 PM#3
LrdSlothPaladin
I would like them to reaman unclickable by using the mouse, and have diffent icons for other things in there place I can move the butions all around with a text file, but I cant get rid of them
08-27-2003, 06:56 PM#4
RodOfNOD
If you want the unit to be able to attack but not have a button your out of luck. You can like suggested make it black but the user can still click it. Im gonna guess you NEED to use that space for something else on the button box because otherwise I cant think of why you would want to do that????


Maybe If you tell us why we can help better..

Good Luck!
08-27-2003, 08:46 PM#5
LrdSlothPaladin
yes I want to put a button on top of the attack, stop, move, and some others, how can I make a spell button apere overtop of an interface button? I dident think you could
09-01-2003, 05:33 PM#6
RodOfNOD
u cant :( sorry
09-02-2003, 12:41 AM#7
LrdSlothPaladin
no way at all, not with Jass or anything...
09-08-2003, 05:55 PM#8
RodOfNOD
I hate to say never or cant but in this case Im 99% sure you cant :( jass or anyway.
09-19-2003, 10:13 PM#9
Ligature
Just out of curiosity, is there any way to remove a button whose command you DON'T want the player to be able to use?
09-21-2003, 12:34 AM#10
RodOfNOD
Kinda depends on what the button is but basically you cant remove a button without removing functionality so for example... You can remove the attack button by removing the ability to attack and you can remove the move by removing the ability to move but then you cant attack or move.
09-21-2003, 07:39 AM#11
Saethori
Have you tried making an icon appear exactly where Attack normally goes? (x3y0)

Usually, when you do this, a skill is pushed off to the right, but since there is no right where Attack is then it goes off the edge.
Hotkeys won't work, clicking it can't be done since you can't see it, but the skill is still technically 'there'.. (passive skills will still give their bonuses, the unit might automatically attack still, etcetera.)


I'm not certain if this'd work with Attack, but it's worth a shot.