# What happens to offscreen DisplayObjects?

**URL:** https://forum.kirupa.com/t/what-happens-to-offscreen-displayobjects/317647
**Category:** flash
**Created:** [December 28, 2010, 5:29pm UTC](https://forum.kirupa.com/t/what-happens-to-offscreen-displayobjects/317647 "2010-12-28T17:29:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Inpetto](https://avatars.discourse-cdn.com/v4/letter/i/a6a055/32.png) [@Inpetto](https://forum.kirupa.com/u/Inpetto)
#### Post date: [December 28, 2010, 5:29pm UTC](https://forum.kirupa.com/t/what-happens-to-offscreen-displayobjects/317647/1 "2010-12-28T17:29:43Z")

</div>

How does flash player handle objects when they are no longer on the visible stage? Is the graphical data still in memory? Does hittestobject/point consider them? Are enterframe and interval events still running?

In AS2 I would hold metaobjects (minimal x,y,width,height data) that would delete/create movieclips as the screen scrolled. Is this still a correct approach in AS3? If not, is there anything I **can** do to offstage display objects that improves efficiency, assuming around 400 are created initially?

Thanks! 😃
