Hi,
I'm trying to figure out how to control the sequence of GH components being activated. In this example, I have a slider driving some input into a first script component. When the first component is done, it returns a "True" value and activates the second component. This is fine if the delay of moving the slider is long enough.
However, if I want to animate this and allow the slider to move from 1 to 10, "VB Step 2" sometimes executes before "VB Step 1" is done because "VB step 1" is returning a "True" from the previous run.
Besides compacting both scripts into 1 VB component so they run sequentially, is there anyway to "deactivate" VB step 2 while VB Step 1 is running?
Thanks.
Tags:
- Attachments:
-