User Tag List

Results 1 to 7 of 7

Thread: Why canīt I set animation speed faster than 100?

  1. #1
    Clicker Fusion 2.5
    troshinsky's Avatar
    Join Date
    Jun 2010
    Posts
    34
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Why canīt I set animation speed faster than 100?

    It would be much simplier if insted of having copies of the animation with less frames I could simply set it to play faster. Is there a practical way to do this?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator ProPatch Maker

    Join Date
    Jun 2006
    Location
    Norway
    Posts
    528
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Why canīt I set animation speed faster than 100?

    I suppose you can create a counter. Now set the animation speed to follow this counter. When you want the animation to move faster then "100" add 2,3,4 or whatever to that counter. Any addition to the counter higher then "1" will skip frames.

    The animation might run faster then the initial "100" speed if you set the counter to always add "1". If that's true, your animation will run faster without skipping frames, giving a smoother result.

  3. #3
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,393
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)

    Re: Why canīt I set animation speed faster than 100?

    I think you would need to have an alterable value, and always force the animation frame to that value.

    + always
    -> set animFrame to (animFrame + (animSpeed*0.01)) mod numFrames
    -> force animation frame to animFrame

    Like Willy says though, any value over 100 will result in frames being skipped.
    Honestly, I don't think it's a good idea.

  4. #4
    Clicker Fusion 2.5
    troshinsky's Avatar
    Join Date
    Jun 2010
    Posts
    34
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Why canīt I set animation speed faster than 100?

    Sorry but I donīt really understand.

    Unlease Iīm doing something wrong, MMF will play as "100" speed any value over "100".

    I could force the frames to a value, it works but I find it a bit messy. I donīt want it to play always faster, just speed up and down fluidy the animation speed for certain events instead of having additional animations that look like that.

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator ProPatch Maker

    Join Date
    Jun 2006
    Location
    Norway
    Posts
    528
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Why canīt I set animation speed faster than 100?

    Here's an example

    As I said in that post; a loop system might be the right thing to use. Not quite sure how I should set it up, I am pretty bad at doing loops. Someone else might help you though.

  6. #6
    Clicker Fusion 2.5
    troshinsky's Avatar
    Join Date
    Jun 2010
    Posts
    34
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Why canīt I set animation speed faster than 100?

    Oh wow, thanks!

    The tedious thing with that system is that I have to set up manually at which frame the animation loops back for every direction, as I have lots of different ones, with different lengths.

  7. #7
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator ProPatch Maker

    Join Date
    Jun 2006
    Location
    Norway
    Posts
    528
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Why canīt I set animation speed faster than 100?

    Yeah, that's another downside.

Similar Threads

  1. HELP!! MAKING OBJECT'S SPEED FASTER WITH TIME
    By Mostafa in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 23rd May 2013, 06:21 PM
  2. Possible bug with animation speed
    By mobichan in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 23rd January 2010, 06:02 PM
  3. Animation speed
    By Atherton in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 16th December 2009, 06:11 AM
  4. Animation speed
    By Eckumin in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 6th April 2008, 05:46 AM
  5. Whats faster? Speed questions
    By The_Alee in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 20th September 2006, 04:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •