How do i can change a variable?
I mean i made a Box anda button. The Name/or var for the box is Box… I want to make it so that when i press the button the name/var of the box changes to something other… like Box2 or so…
i tryed
on(release) {
box=Box2;
}
but it did not work…