brush that disappears and reappears on timer?

Draser

L3: Member
May 17, 2010
144
12
Im trying to make the laser still, and i am having problems with oh-so-many things.

Right now, i have a Func_physbox rotating with a phys_motor. I want to make the physbox disappear on one timer output, and reappear on another output.

if the way i have it set up so far doesn't allow this, could someone maybe help me with a different way?
 

A Boojum Snark

Toraipoddodezain Mazahabado
aa
Nov 2, 2007
4,775
7,670
Don't use physics :| Use a func_door_rotating with a really high distance value (high enough that it won't reach the end during a round, considering the speed you choose) and set the Render Mode to Texture. Then send it Alpha inputs, 0 being invisible, 255 totally opaque.