|
From: strk <st...@ke...> - 2008-12-29 16:09:39
|
On Sun, Dec 28, 2008 at 06:10:18PM -0500, Jay Koutavas wrote: > Thanks, this helped. > > Now my next problem. :) > > I want to stop a movieclip in my movie. I do this: > > movieClip->addInitAction( new SWFAction( "stop();" )); > > But it plays one frame. If I try to stop it in onEnterFrame, like so: Make the animation start on the second frame, have only "stop" in the first one. The frame containing the "stop" action will be executed of course. --strk; |