On Tue, Apr 17, 2007 at 09:39:51AM +0800, zou lunkai wrote:
> +  /* This ensure the movie stop at the last frame,
> +   * and the actions in last frame will not be pushed again
> +   */   [1]
> +  add_actions(mo, " gotoAndStop(10000); ");  // ActionGotoFrame
>   add_actions(mo, " _root.totals(); stop(); ");
> 
> but [1] does not ensure  "stop();"  is the last action to be executed.
> There are other actions(target frame actions pushed by gotoFrame...)
> appended after it.  Is this bad for gprocessor?

I fixed the problem in another way: changing the test *runner* to limit
the number of frame advancement. See the Makefile.am.
Haven't tested your last commit yet, but worked before that.

--strk;


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to