User Tag List

Results 1 to 4 of 4

Thread: displaying a float number

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    displaying a float number

    hi there,
    I want to display a float number
    for example 9.98 or PI-3.14
    how do I do it?
    I want it to be dynamic, I want to display it like this:
    x("x_object")/100
    in a string or anything..
    also, an alternable value can store float numbers?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: displaying a float number

    Use x("x_object")/100.0
    to store it in sting use:
    str$(x("x_object")/100.0)
    And alterable values can store floats.
    Btw, I'm a Lior too.

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Posts
    2
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: displaying a float number

    תודה

  4. #4
    Forum Moderator Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Fusion 2.5+ DLC (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jun 2006
    Location
    England
    Posts
    3,546
    Mentioned
    4 Post(s)
    Tagged
    1 Thread(s)

    Re: displaying a float number

    To all those out there who didn't understand the above comment: תודה is the Hebrew word toda, which means "thank you".
    .:::.Joshtek.:::.

Similar Threads

  1. float on water
    By foyzul2002 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 22nd April 2013, 04:50 PM
  2. [BUG / Problem ]Float-value
    By Pharanygitis in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 17th September 2011, 08:46 PM
  3. Return a Float
    By Jaffob in forum Extension Development
    Replies: 3
    Last Post: 3rd April 2009, 11:05 PM
  4. Counter not displaying proper number
    By jellytot in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 22nd January 2009, 09:11 AM
  5. Global Value Float Bug
    By xerus in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 31st January 2008, 08:43 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
  •