Creating new movieclip

Hey everyone,

I was wondering if someone could help me. I’ve created a movieclip using actionscript and the output recognizes the MC, however, I am unable to see it. Here’s the code:
[AS]_root.createEmptyMovieClip(“scroller”, this)
_root.scroller.beginFill(0x00FF33, 100);
_root.scroller.endFill();
_root.scroller._width = 1000;
_root.scroller._height = 300;[/AS]
If anyone could help me with this it would be great. Thanks Alot

Kyle:cap: