How do I action of an element that is within a graphic, control something that's out of it?
For ezemplo:
"If I'm in a graph and put an action on a button as follows: sym.stop (" Model ");
This "" model "has to be within the graph to run the action! Right?
But what if are off the chart this "model", how do I control off the chart ??
Instead I use: sym.stop ("Model"); What do I should use the action to work?
Someone could explain me?