PDA

View Full Version : Variables :(


til
10-26-2004, 09:51 AM
i am working with a lot of variables... but im not sure if there working...
basically im calling the variable like you would do when duplicating a movie clip...

var temp = temp2[scoobydoo];

where scoobydoo is a different variable, this didnt seem to work so i tried this

var temp = temp2.scoobydoo;

im not sure :confused:

thats pretty easy to solve... but then i wanted to do this

var temp.scoobydoo = temp2.qwerty

where both scoobydoo and qwerty are variables with different values