gnash-dev
[Top][All Lists]
Advanced

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

Re[3]: [Gnash-dev] Re: gotoAndPlay bug in Gnash (was: Serious performanc


From: Udo Giacomozzi
Subject: Re[3]: [Gnash-dev] Re: gotoAndPlay bug in Gnash (was: Serious performance problem)
Date: Tue, 8 May 2007 14:09:07 +0200

Hello Udo,

Tuesday, May 8, 2007, 1:59:31 PM, I wrote:
UG> --- frame 7 code:

UG> mc = this.attachMovie("whatever", "mc", old_depth);
UG> mc._x = 200;
UG> mc._y = 200;

Change this to:

mcX = this.attachMovie("whatever", "mcX", old_depth);
mcX._x = 200;
mcX._y = 200;


Effect: dynamic shape get's replaced

using old_depth+1: still get's replaced !?

using depth 100: does *not* get replaced.


Am I missing something?

Udo





reply via email to

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