Can't create a movieclip inside a movieclip as3
Hi All,
I am not able to create a empty movie clip inside a empty movieClip.
Here the code..
var photoHolder:MovieClip=new MovieClip();
addChild(photoHolder);
var photo:MovieClip=new MovieClip();
photoHolder.addChild(photo);
trace(photoHolder.photo.x)
// the message i got is ---------------------------------
TypeError: Error #1010: A term is undefined and has no properties.
at Untitled_fla::MainTimeline/frame1()
//------------------------------------------------------------------
Can you correct my code if i am wrong !!!
Thanks,
Karthic
