User Tag List

Results 1 to 8 of 8

Thread: Where can I get a FULL functions/expressions list?

  1. #1
    Clicker Multimedia Fusion 2

    Join Date
    Jan 2009
    Posts
    98
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Where can I get a FULL functions/expressions list?

    The expression editor is an extremely powerful tool as it is the closest thing you get to actual code when working in MMF2, but I can't find a reference list for all of the available functions.

    I KNOW there are plenty of useful functions, but I'm shocked that there's no reference page or list. It took me over half an hour searching the web and this forum to figure out that floor() can be used to round down. It shouldn't be that hard to find a function.

    Is there a reference list anywhere?

  2. #2
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Where can I get a FULL functions/expressions list?

    There are only really a couple places I think you need to look for functions like Floor()

    1 - Right on the expression editor itself
    All those buttons and menus

    2 - Under the special icon - Just think a bit and look thru the categories in there and think which could have some functions to help you out.

    Filenames
    Conversions
    Calculations
    Sine and cosine
    Logical
    Strings
    Drag and drop
    Command line
    Colors
    Clipboard
    Fastloop

    Each one of these open a sub menu with functions related to that category.

    All of the functions under these various groups are in the help file under -- The Special Object - Expressions

    So its really not too hard to find them they are all under the special icon or they don't exist (or shouldn't exist or should be added to the special icon)

    You could print out that help page for easier reference to look for what you need.



  3. #3
    Clicker Multimedia Fusion 2 Developer

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

    Re: Where can I get a FULL functions/expressions list?

    Probably, but if you poke around the "retrieve data" button a bit, you'll find all the functions that aren't already buttons on the expression editor itself.

    EDIT: Too slow

  4. #4
    Clicker Multimedia Fusion 2

    Join Date
    Jan 2009
    Posts
    98
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Where can I get a FULL functions/expressions list?

    Thanks guys. Having to click "Retrieve data from object" and then choosing the "Special" icon just to get a wider variety of functions isn't exactly very straightforward. It does the job, but it shouldn't be so hidden. If I just want a general function or expression that isn't based on any existing object, why would I think going to "Retrieve data from object" would help?

    Anyway, you did help quite a bit. Thanks very much.

    On a side note, I've seen someone use a function HORIZ() before. Can someone explain this to me? I'm not sure I know what it does. I do know they were using it to create moving platforms out of a static object...


  5. #5
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Where can I get a FULL functions/expressions list?

    HORIZ() isn't a built-in function in MMF

    I don't know what those people were doing in regard to what you saw.

    but the help file does list all the expression under the special icon and what they do if you wanted to print that out.

  6. #6
    Clicker Multimedia Fusion 2

    Join Date
    Jan 2009
    Posts
    98
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Where can I get a FULL functions/expressions list?

    Taking another look, I see that "Horiz" is actually the name of the object, and they are using it to retrieve a value of some kind. They use it as an expression to "Add to" a value.

    Horiz("SomeIconHere")


  7. #7
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Sep 2006
    Posts
    1,544
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Where can I get a FULL functions/expressions list?

    If you rename variables in your objects, you can pull it as:

    VarName("object")

  8. #8
    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: Where can I get a FULL functions/expressions list?

    Yes, the syntax is strange if you're used to object-oriented script/code languages - "Horiz" there was most likely a renamed alterable value on the object called "SomeIconHere".

Similar Threads

  1. list of functions please
    By Tuna in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 11th May 2010, 04:34 AM
  2. List of functions in the expression editor?
    By Vetebullen in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 12th July 2008, 05:05 AM
  3. List of in-built functions?
    By Blizna in forum The Games Factory 2 - Technical Support
    Replies: 3
    Last Post: 21st September 2007, 07:08 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
  •