User Tag List

Results 1 to 4 of 4

Thread: Tutorial Request - Expression Editor

  1. #1
    Clicker Fusion 2.5 DeveloperSWF Export Module
    Merrie's Avatar
    Join Date
    Jun 2006
    Location
    VA
    Posts
    139
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Tutorial Request - Expression Editor

    Is there a tutorial about giving more details about the expression editor? I know this is a powerful bit and would like to learn more what and how it works. If this is not the proper place for this request please move it with my apologies.

  2. #2
    Clicker Fusion 2.5 Developer

    Join Date
    Jan 2007
    Location
    USA
    Posts
    691
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Tutorial Request - Expression Editor

    Well, if you really want to learn the expression editor, you simply need to know where everything is located, in relation to the different objects in your game/app. I'm much too busy at the moment to make a tutorial.
    If you have any questions, however, fire away!

  3. #3
    Clicker Multimedia Fusion 2

    Join Date
    Sep 2006
    Location
    Britain, South Coast
    Posts
    1,030
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Tutorial Request - Expression Editor

    It's just a kind of algebra.

    For example, suppose you want to set the speed of an object to the value you entered into a text box?


    You click the 'set speed' action as normal, but instead of typing a speed in, you click the 'Retrieve value from an object' button (or whatever it's called these days, I'm at work right now so can't check exactly).

    Anyway, you see a big box of all the objects on the frame. Click the edit box and you'll see a menu of available values that that object can give you.

    One of them will be 'get numeric value'.

    Click it and you'll get something like this (again, this code won't be exact because I don't have MMF on this machine to check it):

    'value("EDIT OBJECT")'

    And that's it. Type a number in the box, and your object's speed will change to match what you typed.

    There are various mathematical functions too, like mod(), min(), max(), abs(), sin(), cos(), tan().

    But anyway, you can either use the "Retrieve..." box as described above to find object properties, or simply type them in if you know them.

    So for instance, I use counters a lot, so I know that if I have a counter I can just type 'value("NAME OF COUNTER")' to get its value.

    Hope that goes some way.

  4. #4
    Clicker Fusion 2.5 DeveloperSWF Export Module
    Merrie's Avatar
    Join Date
    Jun 2006
    Location
    VA
    Posts
    139
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Tutorial Request - Expression Editor

    Algebra is a weak point with me But that did help Fwerb, if I have questions when things come up I'll just shout as suggested.

Similar Threads

  1. Expression Editor tutorial/function list?
    By Pineapple in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 21st July 2013, 01:20 PM
  2. Expression Editor and Icon Editor
    By OldGuy in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 27th September 2008, 01:21 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
  •