This example draws a single vector star each tick, then composites it onto an existing cache using DisplayObject.updateCache(); to avoid the cost of rendering the vectors each frame. This provides a similar result as setting stage.autoclear to false, but can be managed on a per instance basis.