Hello,
I was hoping to draw in a NSView e.g.
var myView:NSView = (new NSView).initWithFrame(new NSRect(0,0,40,40));
myView.graphics().drawRectWithRect(new NSRect(0,0,300,200), new
NSColor(0x008888), 2);
Unfortuantly the MyView member m_mc is undefined. Do I need to
explicity set this using
myView.graphics().setClip(myMovieClip);
If so what is the best way to create myMovieClip?
Cheers,
Ewan
|