User Tag List

Results 1 to 3 of 3

Thread: Two Amazing Questions

  1. #1
    Clicker Fusion 2.5

    Join Date
    May 2008
    Location
    In Your Cheese
    Posts
    132
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Two Amazing Questions

    Okay, so maybe they're not amazing, but I have two inquiries that I would appreciate answers to.

    1) How long can an event, or the actions list an event triggers be? The longest event I've ever had was about 13 conditions long. How extensive can an event or actions be before any undesirable effects happen? (i.e. Slowdown)

    2) Is there any tool available in MMF2 that can store something like switches? What I'm looking for is sort of a "Global Flags" idea, except able to store huge amounts (hundreds) of flags that can be saved and loaded. I know an array can store many values, but simple switch-like functions would be nice.

    So there they are. Anyone who answers these is even more amazing than the questions themselves. :cool:

  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: Two Amazing Questions

    I think (but don't know) that there may be a limit of 256 conditions/actions per event... but if you get up to anywhere near this amount you may want to reconsider how you're doing things for convenience's sake anyway.

    For the idea of global flags... well, there are any number of data storage extensions (like the array) that you could use, but I don't know of any that specifically limit you to flags. The one I'm currently using is the Named Variable Object, which stores values or strings under variable names. The right tool depends on exactly what you're doing with the flags and how you ideally want to access them.

  3. #3
    Clicker Fusion 2.5

    Join Date
    May 2008
    Location
    In Your Cheese
    Posts
    132
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Two Amazing Questions

    How can anyone even have 256 actions on one event? Unless they're writing a million values to an array... Which I might end up doing. =P

    The thing I'm trying to use the "Global flag" idea for is objectives in a long platformer game I'm making. There will be probably over a hundred missions spread over the game in different levels. Since it would seem wasteful to use an entire layer of an array for simple things like: "Value equals "1" --> Objective is completed", I was trying to find another, less complicated way of doing it.

    Anyway, thanks for your reply.

Similar Threads

  1. Amazing land
    By Sloxone in forum iOS Released Games & Apps
    Replies: 9
    Last Post: 12th September 2012, 05:11 PM
  2. Amazing new look for the website
    By MTCMusic in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 14th July 2012, 12:56 AM
  3. Amazing piece of software!
    By Yos in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 6th June 2012, 03:01 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
  •