Button reset

  • If you're asking a question make sure to set the thread type to be a question!

jabster

L1: Registered
Oct 7, 2008
6
0
Ok,
I want to make a button, so when it is activated It dissapears and a platform is activated so it moves, I want to then when the platform has fully moved the button appears again, any1 have any ideas how to do this?
 
Last edited:

Zeewier

L9: Fashionable Member
Sep 20, 2008
619
262
if it's on a wall use "lip" (to place it inside the wall when it's pushed) , or you could set the alpha to 0 (makes it invisible)
 

Psyphil

L3: Member
Nov 6, 2007
125
60
In Outputs:

My Output: | Target: | Via Input: | Parameter: | Delay:
OnPressed | buttonname | Kill | - | 0.1


that will make it disapear when pressed/used
 

Zeewier

L9: Fashionable Member
Sep 20, 2008
619
262
I don't think he wants to destroy his button... but if he want that's the way ;)
 

Psyphil

L3: Member
Nov 6, 2007
125
60
Oh just noticed u want it to reapear later, then don't "kill" it as I said.

Alpha would probably do the trick as Z33W13R said
 

Laz

L420: High Member
Jul 5, 2008
461
35
why not just have a maving button that sinks into the wall, and have the reset delay about the same time it takes to move the platform? what do you mean by dissapearing?
 

Zeewier

L9: Fashionable Member
Sep 20, 2008
619
262
He gave his vmf and I fixed it for him ;) (no without button :p )