Hi,
Is it possible to read an elements name from code?
I have a series of buttons named Quest01, Quest02 etc, and I want to access the button's number, when the button is being clicked.
Thanx
Jørgen
Hi you could try doing it like this,
Quest01 = sym.getSymbol("Symbol_1"); // Goes in compositionReady
Quest01.play();
Is this what your looking for? You could name what you want and call them?
I hope this helps.