aribert888
Programmer
Starting my mother.swf the movieclip mc_picture is loaded as well. Also a special button.swf is loaded into a level.
Pushing a button in this button.swf loads grandchild.swf. And when reaching frame 10 of this grandchild.swf I want the MC, namely the mc_picture to go to alpha=50.
I placed the actionscript on the keyframe in the timeline.
_root.mc_picture._alpha=10;
I also used the "new name" 'mcp' for the mc_picture,
(as I had loaded it with:
_root.attachMovie('mc_picture','mcp',3);
_root.he1._x=400.3
_root.he1._y=275.1
What do I do to address my mc_picture so that it will obey?
Thanks for helping,
Aribert
Pushing a button in this button.swf loads grandchild.swf. And when reaching frame 10 of this grandchild.swf I want the MC, namely the mc_picture to go to alpha=50.
I placed the actionscript on the keyframe in the timeline.
_root.mc_picture._alpha=10;
I also used the "new name" 'mcp' for the mc_picture,
(as I had loaded it with:
_root.attachMovie('mc_picture','mcp',3);
_root.he1._x=400.3
_root.he1._y=275.1
What do I do to address my mc_picture so that it will obey?
Thanks for helping,
Aribert