Hi Guys,
I want to get this right, but can’t seem to. Looks like the way I am doing it is wrong.
This is what I want:
When you click a button, a variable is assigned as an instance name and therefore an action occurs.
So when you click the round button, the instance name becomes “box” and the box goes to frame ‘2’.
I can’t get this working.
on(release){
_name = box
_name.gotoAndStop(2);
}