# Getting a listener to be recognized with onClipEvent(enterFrame)

**URL:** https://forum.kirupa.com/t/getting-a-listener-to-be-recognized-with-onclipevent-enterframe/158996
**Category:** flash
**Created:** [August 13, 2005, 4:00pm UTC](https://forum.kirupa.com/t/getting-a-listener-to-be-recognized-with-onclipevent-enterframe/158996 "2005-08-13T16:00:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Kristopher](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/kristopher/32/501_2.png) [@Kristopher](https://forum.kirupa.com/u/Kristopher)
#### Post date: [August 13, 2005, 4:00pm UTC](https://forum.kirupa.com/t/getting-a-listener-to-be-recognized-with-onclipevent-enterframe/158996/1 "2005-08-13T16:00:28Z")

</div>

Hey everyone. I’m experimenting with making a Flash alternative to my XHTML site ([www.krisgosser.com](http://www.krisgosser.com)). Here’s what I have so far:

[www.krisgosser.com/f/](http://www.krisgosser.com/f/)

Now here’s what I did. I put a listener on a Stage.onResize. So when the stage is resized, the black bar will extend to the end. Now here’s the thing - **I want to have it ease into that width.** I’m having a dilly of a time figuring out whether I need to have a while loop somewhere, or whether I need to attach something to a onClipEvent(enterFrame) for that movie clip.

Any help would be great! To view my .fla, download from [here](http://www.krisgosser.com/f/index.fla).
