i make a new Movie Symbol called “Something”, with a box in it.
while inside editing the symbol, i add three keyframes:
on keyframe 1, i add: a = 0;
on keyframe 2, i add: a++;
on keyframe 3, i add: while(a < 100){gotoAndPlay(2);};
now i am out of “Something” back to main stage.
and i put an instance of “Something” on stage.
::here is the point::
on main stage, i add a input text called “text”;
somehow, i want this “text” show the value of ‘a’ on “Something”.
and the other way around, if i wanted to see a varible on main stage thorugh a movie clip, such as an input text on “Something” to show a varible on main stage…
i know something i’m doing wrong, or understanding wrong, that is why it’s not working… as i tried so many variation…
_root.Something.a; not worked…
_root.Something:a; not worked…
_root:Something:a; not worked…