Hi,
I call my method with this in my maintimeline
midBox.expand();
and in my class
public function expand()
{
trace('hello');
var testVar:String = "this is my test";
return testVar;
}
How do I then access the testVar?
Thanks,
RK