Is there a way to tie a graph action to a CL button?

Is there a way to tie a graph action (->) to a CL button?

-I’ve considered using a function that will loop to 1 and come back down using the time since press from a button however I’m wondering if there is a more efficient way.

-I know I can create a button on the graph however the CL button is doing a lot of other things I would like to simultaneously occur.

1 Like

Here’s a graph where the timer can be triggered on pressCount. The f function counts up to 10 and then back to 0.

Edit: Updated the graph for clarity.

3 Likes

That works, thank you.