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 r10076: Extend BitmapData tests.


From: strk
Subject: Re: [Gnash-commit] /srv/bzr/gnash/trunk r10076: Extend BitmapData tests.
Date: Fri, 24 Oct 2008 18:31:12 +0200

On Fri, Oct 24, 2008 at 04:09:51PM +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._name = 'duplicate';"
> +            "newch = _root.createEmptyMovieClip('original', "
> +                    "getNextHighestDepth());"
> +            "note('11. You should see a large blue square only. "
> +            "Click to proceed.');"
> +            "stop();"
> +            );
> +
> +    SWFMovie_nextFrame(mo);    
> +    
> +    add_actions(mo, 
> +            "duplicate.removeMovieClip();"
> +            "note('12. There should have been no change. Click to 
> proceed.');"
> +            "stop();"
> +            );

This should mean that the BitmapData is really attached to a ProxyChar,
which also rebinds, right ?

--strk;




reply via email to

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