Advertisement
Corvust

TFlipFlop

May 30th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Button]
  2. Meter=Shape
  3. Shape=Ellipse 15,15,15 | Fill Color 255,255,255,255 | StrokeWidth 0
  4. LeftMouseUpAction=[!UnPauseMeasure TFlipFlop][!UpdateMeasure TFlipFlop]
  5.  
  6. [TFlipFlop]
  7. Measure=Calc
  8. Formula=1
  9.  
  10. Paused=1
  11. OnUpdateAction=[!PauseMeasure "TFlipFlop"]
  12.  
  13. IfCondition=TFlipFlop=0
  14. IfTrueAction=[!SetOption TFlipFlop Formula "1"]
  15. IfCondition2=TFlipFlop=1
  16. IfTrueAction2=[!SetOption TFlipFlop Formula "0"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement