gnash-dev
[Top][All Lists]
Advanced

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

Re: [Gnash-dev] Re: gotoAndPlay bug in Gnash (was: Serious performance p


From: zou lunkai
Subject: Re: [Gnash-dev] Re: gotoAndPlay bug in Gnash (was: Serious performance problem)
Date: Tue, 8 May 2007 17:19:38 +0800


zl> In sprite_instance::goto_frame()
zl> resetDisplayList() clears all static characters placed from frame1 to
zl> current frame when jump back. Instead of doing that, I think we should
zl> just clear static characters placed from target frame to current
zl> frame. This might solve some problems above.

No, this would still re-create the sprite placed in frame 3 when we
loop back to frame 4.

When executing tag PlaceObject, if the depth is already occupied,  no
new instance will be created in current implementation. see flag
"replace_if_depth_is_occupied" in
sprite_instance::add_display_object(), sprite_instance.cpp. I'm trying
this way now.




reply via email to

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