Hi Huub, thanks about answer.
I have tryed to compile your .sc file, but my swfc compiler do not have support to .move command. I have had an error: C:\swftools\ejemplos>C:\swftools\swfc.exe roll_left_wflicker_huub.sc "roll_left_wflicker_huub.sc", line 19 column 5: error- command move not known Thus I have replaced .move by .change and compile it succesfuly. But, still there are a vertical line. But it is not blinking as in my example. I think that this behavoir it is best than the vertical line + blinking. I things, as you do, that it is a problem in the calculation of position that it isn't an exact integer value. I have tried using FPS=56 and FPS=560, but I have the same behavoir. Jorge ----- Original Message ----- From: "Huub Schaeks" <[EMAIL PROTECTED]> To: "swftools mailinglist" <[email protected]> Sent: Tuesday, November 11, 2008 12:02 PM Subject: RE: [Swftools-common] Image blinking issue with swfc Hello Jorge I have attached a modified .sc file that removes the blinking. It may not be what you want though, as it changes the scroll speed. As far as I can deduce the blinking is due to some sort of anti aliasing flash does when it renders an image that is not positioned at an integer pixel position, say at x=-1.53 pixels. The action in frame 1121 prevents flash from putting redundant objects on the stage as that could eventually interfere with the depth at which additional objects are placed. Regards, Huub > From: [EMAIL PROTECTED] > To: [email protected] > Date: Tue, 11 Nov 2008 08:38:23 -0200 > Subject: [Swftools-common] Image blinking issue with swfc > > Hi, > > I am trying to make a Flash animation that has a blue sky with clouds > rotating permanently. > > But I obtain a vertical line blinking. > > I attach a zip file containing all objetcs that I use to generate and to > see > it. > > Can anyone help me to eliminate this undesired behavoir. > > If anyone can see the animation on line, it is at: > http://informas.com/swftools/roll_left_wflicker.htm > > Thanks in advance. > > Jorge Colaccini > > _________________________________________________________________ De leukste online filmpjes vind je op MSN Video! http://video.msn.com/video.aspx?mkt=nl-nl
