# Empty movieclip doesn't respond to events?

**URL:** https://forum.kirupa.com/t/empty-movieclip-doesnt-respond-to-events/247200
**Category:** Uncategorized
**Created:** [December 19, 2007, 2:28pm UTC](https://forum.kirupa.com/t/empty-movieclip-doesnt-respond-to-events/247200 "2007-12-19T14:28:12Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Pier25](https://avatars.discourse-cdn.com/v4/letter/p/4af34b/32.png) [@Pier25](https://forum.kirupa.com/u/Pier25)
#### Post date: [December 19, 2007, 2:28pm UTC](https://forum.kirupa.com/t/empty-movieclip-doesnt-respond-to-events/247200/1 "2007-12-19T14:28:12Z")

</div>

This code doesn’t do anything when I rolled over…

this.createEmptyMovieClip(“logo\_mc”, this.getNextHighestDepth());

\_root.logo\_mc.onRollOver = function(){  
trace(“rollover!!!”);  
}

logo\_mc.loadMovie(“[http://www.macromedia.com/images/shared/product\_boxes/80x92/studio\_flashpro.jpg](http://www.macromedia.com/images/shared/product_boxes/80x92/studio_flashpro.jpg)”);

Any clue??

Thx!
