I may be one more time wrong here, but as flash is single thread, you can do whatever you want, you won't be able to have a 'perfect scientific smoothed' scroll :( I struggled a lot with that ... I tried enterframe, intervals/timer, converting text to bitmap, displacement map filter, ... all bring almost the same result (displacement map can be very cool, but it is somewhat very restrictive as far as text layout /rendering is concerned).

I think your scroll is good as it is.

Try adding some fake beta buttons (with some tweens in them), or some other tweens (movieclips moving accross the screen is a good example) to your test and you will see what I mean (as soon as the flash player has to render other things than the scrolling text, it does a calculation in order to know what must be rendered ... and processing power is hence reduced for the 'text scroll' and split among all the things the flash player has to do)
I hope I am understandable.
Cedric


Hej.

I am wondering if there is anything that could be done to improve the
panning/scrolling/tweening of the news items at the bottom of the this page:

http://flashkompagniet.dk/flash/main.php

I am running a timer at 20 milliseconds Timer(20, 0);

And the news items are being moved a 1px everytime the timer event is
dispatched.

I dont think they are runnning very smoothly.  Is that just me or does
anyone else see that too.

Can anything be done?

Thanks
Vayu


_______________________________________________
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