0
down vote
favorite
i have flash cs5 and this is my action script code and i wants to repeat my frames after 5 second in the end

last frame code :

stop();


button_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_5);

function fl_ClickToGoToAndPlayFromFrame_5(event:MouseEvent) :void
{
gotoAndPlay(376);

}
button_2.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_6);

function fl_ClickToGoToAndPlayFromFrame_6(event:MouseEvent) :void
{
gotoAndPlay(469);
}


button_4.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_7);

function fl_ClickToGoToAndPlayFromFrame_7(event:MouseEvent) :void
{
gotoAndPlay(562);