changing a variable at specific times
Posted: Thu May 18, 2006 4:25 pm
what's the most efficient way to turn change a variable at a given time? i want to up-regulate a current at a specific time, leave it there for a few milliseconds, and then turn it back down. the best i can come up with is putting a few if statements in the advance block, but it seems like there must be a better way.