AS3 Problem..
Hi,
I use to work at AS2.. so im New with CC and Flash AS3..
Im a designer.
I have 2 MovieClips, And one Button.
The button is inside one of the 2 MovieClips, and has to control also the other MC.
This is the Actionscript:
The Top AC work well and simple.. button that control the time line inside a MC.
Study_Butt.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_2);
function fl_ClickToGoToAndStopAtFrame_2(event:MouseEvent):void
{
gotoAndStop(2);
}
The other AC: (In the same Keyframe & AC window - at the bottom).
I dont Understand were do i enter the "Adress" of the other MC..
This "Adress": Object(this.parent.parent).topMenu.Map_m
Study_Butt.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_1);
function fl_ClickToGoToAndStopAtFrame_1(event:MouseEvent):void
{
gotoAndStop(1);
}
I hope you can answere me soon.... And Hope its anderstood..
My English is not so good.. (:
![]()
thanks!!
