User Tag List

Results 1 to 7 of 7

Thread: Get Any Alterable Value with an Expression

  1. #1
    No Products Registered

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

    Get Any Alterable Value with an Expression

    Hi.

    You can specify to compare an alterable value from an expression, and you can set an alterable value through an expression, but you can not get an alterable value through an expression.

    This is what i would like to do:
    example:

    value = 23 + AlterableValue( "active", 5 )

    Which would pick the fifth Alterable Value of the object.

    Is this possible somehow now? If it isn't, could it be implemented?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Get Any Alterable Value with an Expression

    You could use Lua+ with a function like

    function AlterableValue(ID)
    return MF_GetObjectValue(1,ID)
    end

    then export your object to Lua, and call the function with the expression

    LuaFunctionN("Lua+","AlterableValue",5)

  3. #3
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Get Any Alterable Value with an Expression

    If it isn't, could it be implemented?
    Yes, it will be in the next update of the build 248.

  4. #4
    No Products Registered

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

    Re: Get Any Alterable Value with an Expression

    any Eta on when the next update of the build will be done?

  5. #5
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: Get Any Alterable Value with an Expression

    We'll release the next beta version of this build either next week or the next one.

    EDIT: hmm... probably the next one.

  6. #6
    RayMarble
    Guest

    Re: Get Any Alterable Value with an Expression

    Great exactly what I'll need for the inventory!

  7. #7
    No Products Registered

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

    Re: Get Any Alterable Value with an Expression

    btw, thanks jamie, this works great as a work around until its native! =)

Similar Threads

  1. Alterable Strings as Alterable Values?
    By King_Cool in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 27th March 2012, 07:14 PM
  2. 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
  3. Alterable Value and Alterable String conflict
    By Patrick in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 28th September 2006, 02:51 PM
  4. 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
  •