Why MovieClip is not visible?

45 views
Skip to first unread message

simo

unread,
Feb 12, 2013, 4:38:31 AM2/12/13
to crea...@googlegroups.com

I tried to use createjs to create a movieClip and add an image inside it like this:

rect2 = new Bitmap(_preloader.getResult("rect").result);
mv = new MovieClip("single", 0, false, []);
mv.addChild(rect2);
_stage.addChild(mv);

I expect to see rect2 on stage, but it dose not show up, if I added rect2 to stage it will show up, so what's I am missing here?

Where can I find examples of using MovieClip?

Henri Bergius

unread,
Feb 12, 2013, 5:35:41 AM2/12/13
to crea...@googlegroups.com
Hi,

I think you meant to ask this from the http://createjs.com/#!/CreateJS
community. This mailing list is for http://createjs.org/

Unfortunate naming :-/
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Create.js" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to createjs+u...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



--
Henri Bergius
Motorcycle Adventures and Free Software
http://bergie.iki.fi/

Jabber: henri....@gmail.com
Microblogs: @bergie

simo

unread,
Feb 12, 2013, 7:39:35 AM2/12/13
to crea...@googlegroups.com
ops! sorry for that ..
Reply all
Reply to author
Forward
0 new messages