gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] /srv/bzr/gnash/trunk r10082: Correct test.


From: strk
Subject: Re: [Gnash-commit] /srv/bzr/gnash/trunk r10082: Correct test.
Date: Fri, 24 Oct 2008 22:07:08 +0200

On Fri, Oct 24, 2008 at 06:49:49PM +0200, Benjamin Wolsey wrote:

>      add_actions(mo, "bmp3 = new BitmapData(100, 100, false);"
>              "rect3 = new Rectangle(20, 20, 90, 90);"
>              "bmp3.fillRect(rect3, 0x0000ff);"
> -            "_root.createEmptyMovieClip('original', 40);"
> -            "ch = original.attachBitmap(bmp3, getNextHighestDepth());"
> +            "ch = _root.createEmptyMovieClip('original', 40);"
> +            "original.attachBitmap(bmp3, getNextHighestDepth());"
>              "ch._name = 'duplicate';"
>              "newch = _root.createEmptyMovieClip('original', "
>                      "getNextHighestDepth());"
> @@ -208,15 +208,15 @@
>      SWFMovie_nextFrame(mo);    
>      
>      add_actions(mo, 
> +            "original.removeMovieClip();"
> +            "note('12. There should have been no change. Click to 
> proceed.');"
> +            "stop();"
> +            );

No change means the bitmap is still visible right ?
So it's attached to newch now ?

--strk;




reply via email to

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