Skip to main content
November 7, 2008
Question

Create Slow Motion WIth A Timer?

  • November 7, 2008
  • 10 replies
  • 1358 views
I had asked in another forum if it was possible to have 2 different FPS's in a movie. And the answer was no. What i wanted to do was have some slow motion parts in my movie. The same person who answered said that it is possible with a timer. I have never used a timer. And all the research i do on it comes up with Countdown timers, and clocks, everything but what i would assume i need. Can anyone help or clarify this for me?
I am making a sprite movie ( i know learn how to draw). I think there fun. And mine are a bit more creative than most as far as story and things in it. But there are some parts of the action that i would like to slow down.

Let me know if you need anymore info.

Thanks.
This topic has been closed for replies.

10 replies

Inspiring
February 12, 2009

I think WOWZA ( http://www.wowzamedia.com/) has examples of it running
from their server. Not sure if the demo is online, but it comes with the
server install. Developer versions are free. Maybe it'll give you an
idea how.

Manno

eLearningDeveloper wrote:
> seeking clarification - it appears there is no such thing as slow motion with
> FLV, though it can be sort-of emulated using a timer. Is this correct?
>
> Looking at the AS3 specfication for netstream seek(), and the discussion of
> so-called I-frames and P-frames, it would appear that, with the correct
> settings on the server (EnhancedSeek), and video of a certain quality (I-frames
> every 10 frames, with a high fps rate in the FLV) an actual real slow motion
> could be attained.
>
> Are there any experts who know?
>
Inspiring
February 12, 2009
seeking clarification - it appears there is no such thing as slow motion with FLV, though it can be sort-of emulated using a timer. Is this correct?

Looking at the AS3 specfication for netstream seek(), and the discussion of so-called I-frames and P-frames, it would appear that, with the correct settings on the server (EnhancedSeek), and video of a certain quality (I-frames every 10 frames, with a high fps rate in the FLV) a "real" slow motion of sorts could be attained.

Are there any experts who know?
kglad
Community Expert
Community Expert
November 9, 2008
1. in flash, sprites have no timeline so it makes no sense to talk about a framerate for a sprite.

2. only movieclips have timelines so it only makes sense to talk about the framerate for a movieclip.
Inspiring
November 8, 2008
Well you just need to make them into MovieClips instead of graphics symbols.
November 8, 2008
See all my sprites are graphic symbols not Movie clip symbols. It looks like that code is for movie clips. would i be right in assuming that?
Inspiring
November 8, 2008
Hi kglad. I was the one who gave him the answer. My answer was basically no, but with a bit of nuance. i told him it can be faked using code and then told them that you had answered this within the last week with code example.

http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid=1403434&highlight_key=y&keyword1=fps

And yes this technique will be able to do some nice effects and as kglad said even play something backward, but if you want really beautiful animation you will nee to do what clbeech says: Draw more artwork.


clbeech
Inspiring
November 7, 2008
well, there are other methods in animation. if you want to make it super smooth and slow, then you need to add more in-betweens and breakdowns. if you simply slow the timeline playback you'll end up with the same effect as shooting on multiple frames.
November 7, 2008
Thats what i have done before it just (to me) doesnt look that good. Look at this Movie someone else made youll see the slow motion it looks really good.

http://www.newgrounds.com/portal/view/276650

do you think thats what he did?
clbeech
Inspiring
November 7, 2008
although this can be done - if you're basically making a 'movie' that is not dynamic or interactive - you could simply add frames between keyframes to slow down the animation, also know as 'shooting on twos' (or three, fours, etc.)

EDIT: LOL kg - sorry, but that's quite interesting
kglad
Community Expert
Community Expert
November 7, 2008
whoever gave that answer was wrong. you can play different movieclips at different rates and even different directions.

search this forum, the as1/as2 forum and the general discussion forum for posts by me using fps in the past week or two.