all groups > flash actionscript > february 2004 >
You're in the

flash actionscript

group:

Speed loop ?


Re: Speed loop ? Ken Silanskas
2/25/2004 12:30:56 PM
flash actionscript:
As a quick fix, you could just boost the Framerate of the movie to
accomodate the speed.

[quoted text, click to view]

Speed loop ? DTFX
2/25/2004 7:50:19 PM
Hello all.
I'm from Brazil and I have a litle question about how make something in the
timeline become REALLY FAST like a button when you put the mouse in it, it
highlights very fast in loop. I found a good sample this in www.pixelranger.com
wen I put mouse in one of the "RECENTS PROJECTS" it highlights very fast in
loop. That speed its more fast than I can make for the simple flash's mx
timeline. Somebody can tell me how can I UP the effect's speed like that in the
timeline between 2 keyframes?? Is it for an action script code?

Thanks.
Re: Speed loop ? Rothrock
2/25/2004 9:44:21 PM
Depending on what your FPS is set to Ken's suggestion may or may not help.
Generally frame rates like 31 or 21 will produce better results than something
like 60 or 100. If you up the frame rate too high only people with really
powerful computers will have a chance or runnning your annimation properly. So
if you think some of your viewers will have less powerful machines, then keep
it at a lower rate and concentrate on making your animations look good there.
(Remember regular movies just have a frame rate of 24 and TV 30!) Of course if
your frame rate was set at the default of (what is it?) 12, then bump it up.

There are ActionScript techniques that can draw things quicker than the frame
rate and/or seeming more smoothly than framebased tweening. Check setInterval
in the help files.
AddThis Social Bookmark Button