I'm trying to put text in a MC one level up.
Here's what I've tried so far:
_parent.textBox .createTextFiel d("deck", 1, 0, 0, 300, 100);
Where textBox is the instance name of the MC at the parent level.
Here's what I've tried so far:
_parent.textBox .createTextFiel d("deck", 1, 0, 0, 300, 100);
Where textBox is the instance name of the MC at the parent level.
Comment