I've run into this several times now, with no solution as of yet.
For some reason, when doing more heavy things on the graphical side of
things, it seems like vsyncing is stopped. Like the renderer only renders
half a frame. I did a demo for the Flash 8 launch, using optimizations using
only bitmaps and scrollrect to scroll for instance, and still ran into this
"v-sync" issue.

Ralph.

-----Oorspronkelijk bericht-----
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] 
Verzonden: donderdag 22 december 2005 0:15
Aan: Flashcoders mailing list
Onderwerp: Re: [Flashcoders] jumpy horizontal motion

yeah i took the big background vectors out and its smoother.. im going 
to try the cacheAsBitmap and scrollRect stuff to see if it helps
thanks all

John Berzy wrote:

> updateAfterEvent should not be put in an onEnterFrame because an 
> onEnterFrame event will automatically re-render the stage anyways. if 
> the updateAfterEvent is in a onMouseMove or something then it would be 
> diffrent. I'd say that the graffic is probably a little to big and I 
> believe thats where the choppyness is coming from.
>
> John
>
>
>> From: dontsave <[EMAIL PROTECTED]>
>> Reply-To: Flashcoders mailing list <flashcoders@chattyfig.figleaf.com>
>> To: Flashcoders mailing list <flashcoders@chattyfig.figleaf.com>
>> Subject: Re: [Flashcoders] jumpy horizontal motion
>> Date: Wed, 21 Dec 2005 17:59:52 -0500
>>
>> i took the text completely out but it didnt really change anything. 
>> you notice it particularly with the blue circle.. its like you can 
>> sort of see two blue circles when it refreshes.. makes me think the 
>> refresh is perhaps not syncing with my monitors refresh rate or 
>> something.
>>
>> JesterXL wrote:
>>
>>> Remove the anti-aliased text, and then re-publish; how does she work 
>>> then?
>>>
>>> ----- Original Message ----- From: "dontsave" <[EMAIL PROTECTED]>
>>> To: <flashcoders@chattyfig.figleaf.com>
>>> Sent: Wednesday, December 21, 2005 5:18 PM
>>> Subject: [Flashcoders] jumpy horizontal motion
>>>
>>>
>>> check out
>>> http://www.chowderinc.com/new_site/
>>>
>>> i have some clips set up moving horizontally. my framerate is 
>>> 60fps.. and it seems to be running fine.. but notice that all of the 
>>> graphics and even the text appears jumpy or choppy or jittery.. 
>>> difficult to read when the camera is moving quickly to the left or 
>>> right.. why is this? has anyone else encountered this?  is it a 
>>> refresh issue? should i be using updateAfterEvent? the motion is 
>>> called from onEnterFrame().. should i try setInterval?
>>>
>>> DK
>>> _______________________________________________
>>> Flashcoders mailing list
>>> Flashcoders@chattyfig.figleaf.com
>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>> _______________________________________________
>>> Flashcoders mailing list
>>> Flashcoders@chattyfig.figleaf.com
>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>>
>>>
>>>
>>
>> _______________________________________________
>> Flashcoders mailing list
>> Flashcoders@chattyfig.figleaf.com
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
>
> _________________________________________________________________
> Take advantage of powerful junk e-mail filters built on patented 
> Microsoft(r) SmartScreen Technology. 
>
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=htt
p://hotmail.com/enca&HL=Market_MSNIS_Taglines 
>  Start enjoying all the benefits of MSN(r) Premium right now and get the 
> first two months FREE*.
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to