Invalidates the movie clip drawing so that the OnPaint method gets called.
public void Invalidate();
This method can be called many times on the same movie clip. The OnPaint method will be called once.
The OnPaint method is invoked after all OnEnterFrame events and before current frame is rendered on screen.
© 2004-2005 GlobFX Technologies. All rights reserved. |