Skip to main content
Inspiring
August 15, 2007
Question

display list empty despite presence of display object

  • August 15, 2007
  • 1 reply
  • 139 views
assuming _context is mainTimeLine and we have an mc called 'test_mc' there at frame 20 (as in, starting at 20, so not on frame 19), this would be fine in AS2 but just produces a 'null' result in AS3:

class someClass{

public method someMethod()
{
_context.gotoAndStop(20);
trace(_context.test_mc);
}
}

what's the craic there then? :)

dub.
This topic has been closed for replies.

1 reply

Inspiring
August 15, 2007
public FUNCTION even. but you knew that, right?