[TABLE]
[TR=“bgcolor: transparent”]
[TD=“class: votecell, bgcolor: transparent”][CENTER][COLOR=#808185]0[/COLOR]down votefavorite[COLOR=#808185][/COLOR]
[/CENTER]
[/TD]
[TD=“class: postcell, bgcolor: transparent”]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([COLOR=#2B91AF]MouseEvent[/COLOR].CLICK, fl_ClickToGoToAndPlayFromFrame_5);[COLOR=#00008B]function[/COLOR] fl_ClickToGoToAndPlayFromFrame_5([COLOR=#00008B]event[/COLOR]:[COLOR=#2B91AF]MouseEvent[/COLOR]):[COLOR=#00008B]void[/COLOR]{ gotoAndPlay([COLOR=#800000]376[/COLOR]);}button_2.addEventListener([COLOR=#2B91AF]MouseEvent[/COLOR].CLICK, fl_ClickToGoToAndPlayFromFrame_6);[COLOR=#00008B]function[/COLOR] fl_ClickToGoToAndPlayFromFrame_6([COLOR=#00008B]event[/COLOR]:[COLOR=#2B91AF]MouseEvent[/COLOR]):[COLOR=#00008B]void[/COLOR]{ gotoAndPlay([COLOR=#800000]469[/COLOR]);}button_4.addEventListener([COLOR=#2B91AF]MouseEvent[/COLOR].CLICK, fl_ClickToGoToAndPlayFromFrame_7);[COLOR=#00008B]function[/COLOR] fl_ClickToGoToAndPlayFromFrame_7([COLOR=#00008B]event[/COLOR]:[COLOR=#2B91AF]MouseEvent[/COLOR]):[COLOR=#00008B]void[/COLOR]{ gotoAndPlay([COLOR=#800000]562[/COLOR]);
[/TD]
[/TR]
[/TABLE]