User Tag List

Results 1 to 9 of 9

Thread: Text Object with variables?

  1. #1
    No Products Registered

    Join Date
    May 2009
    Posts
    18
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Text Object with variables?

    I need to assign numerical variables to a text object. The standard text object does not see to allow this, and the only other option seems to be the Edit Object, but this does not allow a transparent background.
    Can anyone suggest anything that could help.
    Many thanks.

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Text Object with variables?

    Number to string, Str$(Number)
    String to number, Val(String)

  3. #3
    No Products Registered

    Join Date
    May 2009
    Posts
    18
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Text Object with variables?

    No sorry - I didn't explain it properly.
    I would like to assign an alterable variable without having to change the text in the string.

  4. #4
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Text Object with variables?

    Sorry, I still don't understand completely :S

  5. #5
    Clicker Multimedia Fusion 2

    Join Date
    Jan 2007
    Posts
    167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Text Object with variables?

    I think he wants to use Alterable Values in String objects. But String objects don't have Alterable Values.

  6. #6
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Text Object with variables?

    Ah - well deduced!

    Would Text Blitter do? Character Image, too, if you have Developer.

  7. #7
    RayMarble
    Guest

    Re: Text Object with variables?

    I know it's stretching it a bit, but you can put the values in Paragraphs of the String Object (but you'll have to convert them from and to text <-> value every time you store / retrieve them), assuming you more or less know how many of the paragraphs and where can you allocate for this purpose.

    As far as I know, Strings can have tons of paragraphs (I had the dialogue and descriptions of the locations of a whole mini-RPG in one string object) so maybe it'd work well to use the paragraphs from 50+ or something. Just an idea.

  8. #8
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Text Object with variables?

    If you don't mind using extensions, may I recommend ValueAdd?

  9. #9
    No Products Registered

    Join Date
    May 2009
    Posts
    18
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Text Object with variables?

    Wow - thanks Dynasoft
    That sounds just the ticket
    Am trying it out now!

Similar Threads

  1. Copying variables from one object to other
    By Goldenhog in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 8th February 2012, 06:18 AM
  2. Object Selection based on XScale and SemiTrans variables
    By fawfulfan in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 23rd November 2011, 04:28 PM
  3. Named Variables Object
    By MechatheSlag in forum Extension Development
    Replies: 0
    Last Post: 31st August 2008, 09:49 AM
  4. Pass variables to Created object
    By krestalex1 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 16th May 2008, 09:13 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
  •