gnash-commit
[Top][All Lists]
Advanced

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

Re[2]: [Gnash-commit] gnash ChangeLog server/parser/shape_character_d...


From: Udo Giacomozzi
Subject: Re[2]: [Gnash-commit] gnash ChangeLog server/parser/shape_character_d...
Date: Mon, 12 Nov 2007 10:44:26 +0100

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





reply via email to

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