Expression Editor on Timer
JGary321
Member Posts: 1,246
Think it's possible to include the expression editor on the Timer? I've had several situations where it would be useful. Just a suggestion.
-JGary
-JGary
Comments
Here's how you restart it.
Attributes: self.currentTimer and self.updateTimer
Rule: if Attribute: self.currentTimer = self.updateTimer
- Timer (using self.currentTimer for the variable.) Not Run to Completion
Otherwise: Change Attribute: self.currentTimer = self.updateTimer
This is needed because it might be bad to just have the Timer value change too quickly.
I'm trying to set a variable called wait to 7 and then I want the timer to run for wait seconds.