User Tag List

Results 1 to 4 of 4

Thread: [bug] Easing Object

  1. #1
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro
    StingRay's Avatar
    Join Date
    Nov 2006
    Location
    Austria
    Posts
    1,057
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)

    Exclamation [bug] Easing Object

    I've found a strange bug in the easing-object.

    if you set an value A of an active to, example: "234.45"

    and you then use the easing object to move the active to the position of Value A, it ignores the decimal.

    it will send the active to x pos 23445, even if you use floor expression. the workaround with a counter doesnt work too. (it looks like the decimals are stored somewhere in the background)


    you just can make a choppy workaround like:


    val(left$(str$(valueA),3))


    this will make it work and send the active to X = 234

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    happygreenfrog's Avatar
    Join Date
    May 2011
    Location
    I.L.T.D.O.I.R (I.L.T.D.O.I.R's Location: The Dimension Of Infinite Recursion)
    Posts
    4,307
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    That's probably because object coordinates aren't stored as a decimal, they are stored as an integer. I don't really see what the problem is. Maybe an example would make it more obvious...

  3. #3
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleUnicode Add-onInstall Creator Pro
    StingRay's Avatar
    Join Date
    Nov 2006
    Location
    Austria
    Posts
    1,057
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Sorry, the working day is just too long to make a nice explanation

    here is an example that illustrates the problem:

    easing_problem_example.mfa

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    happygreenfrog's Avatar
    Join Date
    May 2011
    Location
    I.L.T.D.O.I.R (I.L.T.D.O.I.R's Location: The Dimension Of Infinite Recursion)
    Posts
    4,307
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Okay, now I see why that's a problem...

Similar Threads

  1. Easing object (beta1)
    By Anders in forum Extension Development
    Replies: 40
    Last Post: 8th February 2014, 08:11 PM
  2. crash in easing object
    By SirEatAlot in forum iOS Export Module Version 2.0
    Replies: 10
    Last Post: 3rd June 2013, 04:06 PM
  3. Scaling & the Easing Object
    By TheOriginator in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 15th December 2012, 08:07 PM
  4. Easing Object bugs...
    By bockert in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 9th March 2012, 05:29 PM
  5. Easing Object examples
    By MetalGeo in forum File Archive
    Replies: 4
    Last Post: 4th November 2010, 03:25 AM

Posting Permissions

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