User Tag List

Results 1 to 5 of 5

Thread: Expression are differences between PC and Flash

  1. #1
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)
    ASD's Avatar
    Join Date
    Feb 2007
    Location
    Japan
    Posts
    1,846
    Mentioned
    11 Post(s)
    Tagged
    1 Thread(s)

    Question Expression are differences between PC and Flash

    I found Round function difference between PC and Flash.

    - PC runtime
    Round(5.5) = 6

    - Flash runtime
    Round(5.5) = 5

    Difference of this function is normal?

  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)
    I think the actual problem is in how the flash runtime handles decimal numbers. Instead of counting the "5.5" as "5.5", it counts it as something closer to "5.49", so it would round down to 5.

  3. #3
    Clickteam Clickteam
    Danny's Avatar
    Join Date
    Aug 2007
    Location
    United Kingdom
    Posts
    3,016
    Mentioned
    21 Post(s)
    Tagged
    2 Thread(s)
    But that wouldn't make sense as from 5 you're supposed to round UP not down so I don't see why Flash should speculate a -0.01 instead of a +0.01 to then round to the next available number...
    Want to learn Clickteam Fusion 2.5?




  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module
    Rik's Avatar
    Join Date
    Feb 2011
    Posts
    26
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by ASD View Post
    I found Round function difference between PC and Flash.

    - PC runtime
    Round(5.5) = 6

    - Flash runtime
    Round(5.5) = 5

    Difference of this function is normal?
    Are you running it with Flash 32bit or Flash 64bit? Had a similar problem between the two of them (not MMF related, just Flash being annoying).

  5. #5
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)
    ASD's Avatar
    Join Date
    Feb 2007
    Location
    Japan
    Posts
    1,846
    Mentioned
    11 Post(s)
    Tagged
    1 Thread(s)
    I'm running it with 32bit-Flash.

Similar Threads

  1. Differences between Flash Player / Flash Url object and button options
    By Matriax in forum SWF/Flash Export Module Version 2.0
    Replies: 2
    Last Post: 2nd January 2013, 10:09 PM
  2. Differences between Java and Flash?...
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 7th September 2011, 09:59 AM
  3. Compiling Differences
    By netninja in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 3rd June 2009, 05:21 AM
  4. [Migration] Différences MMF 1.5 et MMF 2
    By ouly in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 5th June 2008, 12:40 PM
  5. Differences between MMF2 and MMF 1.5
    By andy in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 11th July 2007, 03:19 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
  •