Buttons
The_Evil_One
Join Date: 2004-09-05 Member: 31392Members
<div class="IPBDescription">More of my normal stupidity :P</div> Alright, im back, with more dumb questions.
Ive been working long and hard on my map and I am sooo close to getting it complete for testing.
There is 1 thing that I just cant seem to figure out, and I know its probably really simple. When you hit a button, they move... My question is how to get them not to move.
Anyways, thanks in advance <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
Ive been working long and hard on my map and I am sooo close to getting it complete for testing.
There is 1 thing that I just cant seem to figure out, and I know its probably really simple. When you hit a button, they move... My question is how to get them not to move.
Anyways, thanks in advance <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
Comments
Properties > Flags > [ ] Don't Move
After:
Properties > Flags > [V] Don't Move
<!--emo&;)--><img src='http://www.unknownworlds.com/forums/html//emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->
This should really be set by default, as the majority of buttons arn't required to go anywhere.
[edit: Beaten to it <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo--> ]
Make a green button texture, name it like this:
+0_mybutton (the +0 is important)
Next, make a red one, same size and properties, just red, and name it like this:
+a_mybutton (the +a is important)
When you press it, it should change to +a, and then when pressing again it should press back to +0.