You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package{ import flash.display.*; dynamic public class SK_CountDown extends MovieClip { public function SK_CountDown() { addFrameScript(0, frame1); return; } function frame1() { stop(); return; } }}