Renton
01-12-2002, 12:04 PM
Hi
I have made some script with variables like this:
aube = 50;
Now i wanted to access the variable in different way for making script easier like this:
currentbutton = "au"; currentbutton = "au";
trace (curentbutton + "be");
But only aube appeared in output window not the number 50, what is wrong!!
I have made some script with variables like this:
aube = 50;
Now i wanted to access the variable in different way for making script easier like this:
currentbutton = "au"; currentbutton = "au";
trace (curentbutton + "be");
But only aube appeared in output window not the number 50, what is wrong!!