User Tag List

Results 1 to 6 of 6

Thread: Alterable Value and Alterable String conflict

  1. #1
    Clicker Fusion 2.5 DeveloperSWF Export ModuleInstall Creator Pro

    Join Date
    Jun 2006
    Location
    France
    Posts
    1,266
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Alterable Value and Alterable String conflict

    Its simple,

    Create an active object
    Name an Alterable Value "test"
    Name an Alterable String "test"

    Now try to get either the value or the string using the expression editor and it wil generate an error.

  2. #2
    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: Alterable Value and Alterable String conflict

    Well... don't name them identically, then! :P

    Actually, just putting "test" into the expression editor works fine for me after setting them both up. How exactly were you getting the value/string?

  3. #3
    No Products Registered

    Join Date
    Jun 2006
    Posts
    220
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Alterable Value and Alterable String conflict

    He has a point though - both strings and values are retrieved as:

    Name("Active")

    Only problem I see is that it can't be fixed, because if they did fix it then people's current MMF2 applications wouldn't work properly.

    So I think you'll probably have to just put up with it.

  4. #4
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Alterable Value and Alterable String conflict

    It's strange that function to retrieve an alterable string don't have the $ like "test$("activ")"...

    I think this bug could be corrected without compatibility problem.

  5. #5
    Clicker Fusion 2.5 DeveloperSWF Export ModuleInstall Creator Pro

    Join Date
    Jun 2006
    Location
    France
    Posts
    1,266
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Alterable Value and Alterable String conflict

    Exactly. That is what i was thinking.

  6. #6
    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: Alterable Value and Alterable String conflict

    I'm fairly sure the $ could be added without any compatibility problems as expressions are not stored as plaintext, but as a code. This means that when you open the expression editor it converts the code to the text, and the reverse happens when you leave the expression editor.
    .:::.Joshtek.:::.

Similar Threads

  1. Alterable String Example
    By Popcorn in forum File Archive
    Replies: 1
    Last Post: 23rd June 2012, 12:49 PM
  2. Paragraphs in alterable string
    By algiz in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 10th July 2011, 04:26 PM
  3. Alterable String
    By Guitaristinmakin in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 6th June 2007, 12:14 AM
  4. Alterable Strings and Alterable Values limit :(
    By Pedro Almeida in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 13th October 2006, 06:38 AM
  5. Alterable Value & Alterable String BUG!!
    By Patrick in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 20th September 2006, 01:40 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
  •