Buttons

The_Evil_OneThe_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-->

Comments

  • wnnwnn Zombie Panic modeller Join Date: 2003-06-03 Member: 16960Members
    Before:

    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-->
  • DuFfY1DuFfY1 Join Date: 2003-06-06 Member: 17051Members
    edited October 2004
    Click on the flags tab in the button's properties, and tick the <i>Don't move</i> box.

    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--> ]
  • The_Evil_OneThe_Evil_One Join Date: 2004-09-05 Member: 31392Members
    Wow, you know.... I think im getting more and more stupid by the day, I swear <!--emo&???--><img src='http://www.unknownworlds.com/forums/html//emoticons/confused-fix.gif' border='0' style='vertical-align:middle' alt='confused-fix.gif' /><!--endemo-->
  • Nukem3000Nukem3000 Join Date: 2004-08-03 Member: 30335Members
    It's not set by default. And btw, do you know how to make the button change it's texture after pressing it. What I ment is like a green button turns red once you push it and then when the button turns back to normal, it comes back to green.
  • brute_forcebrute_force Join Date: 2003-10-04 Member: 21433Members, Constellation
    <!--QuoteBegin-Nukem3000+Oct 12 2004, 11:48 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Nukem3000 @ Oct 12 2004, 11:48 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> It's not set by default. And btw, do you know how to make the button change it's texture after pressing it. What I ment is like a green button turns red once you push it and then when the button turns back to normal, it comes back to green. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    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.
  • Nukem3000Nukem3000 Join Date: 2004-08-03 Member: 30335Members
    Right. so that's what the +0 and +a are for. Thanks.
Sign In or Register to comment.