Hello strk,

Monday, November 12, 2007, 10:37:15 AM, you wrote:
s> Uh ? Show me ?

this.lineStyle(20, 0x0000FF);
this.beginFill(0xFF0000);
this.moveTo(100,100);
this.lineTo(200,100);
this.lineTo(200,200);

// produces a red rectangle shape with complete blue outline


s> Aren't we talking about drawing a filled open shape in a frame and
s> continuing it on next frame ? 

Yes, but the fact that it is continued in a successive frame does not
matter in this regard (it only tells us that the p.p. does not
implicitely modify the *definition*).


But anyway, this additional code in another frame changes both shape
and outline:

this.lineTo(150,250);
this.endFill();
stop();



Udo



_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to