flash/passing variables
flash/passing variables
Out of context: Reply #4
- Started
- Last post
- 9 Responses
- thirtytwo0
What about passing the values from one MC to another using Arrays
thisMC.movie = new Array(myValue1,myValue2);
then grab them...
newVal1 = movie[index++];
newVal2 = movie[index++];Hope this helps, let me know
if you need an example...cheers,
mark