I created a variable called counter inside the "Stage" in the "CompositionReady" using the following code,
var counter = 0;
how do I get or write the value of this variable
by means of a "trigger"?
I created a variable called counter inside the "Stage" in the "CompositionReady" using the following code,
var counter = 0;
how do I get or write the value of this variable
by means of a "trigger"?