gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/get_fra...


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/get_fra...
Date: Tue, 17 Apr 2007 07:55:27 +0200

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]