User Tag List

Results 1 to 3 of 3

Thread: multiple subapplications running at realtime

  1. #1
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2012
    Posts
    66
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    multiple subapplications running at realtime

    as the title of this post reads, is this possible?

    i've recently adjusted to using subapplications a lot, and they really do help with managing the mmf2 language, but thus far i've only managed to create subapplications that pause any application underneath it.

    if i were to set up a statement such as:

    Condition Whatever--
    --Create Subapplication1
    --Create Subapplication2

    the problem is that Subapplication2 window will have the window focus, as it will be the last created application. Is there a way for both to have focus at the same in a setting of some sort?

    An exact example:

    Subapplication1 will have information regarding player equipment (as in stats of individual armor itself) through a bunch of strings displayed in the app, while Subapplication2 will have information regarding player stats based upon the congregation of the armor they're wearing, plus whatever level they are in a bunch of strings as well. If the player changes a piece of armor in subapp1, subapp2 needs to update this information, as the stat variables will change, however this won't happen, because subapp1 will still have focus after the equipment has been swapped. Is there any way to run these two at the same time or should I rework the design and include all of this within a singular subapp? or perhaps should i structure it so that subapp2 reloads whenever a piece of armor is swapped in subapp1?

    it seems i have multiple methods here, but i'm trying to figure out which is the best approach, or if there even is an approach as the topic suggests.

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    AyreGuitar's Avatar
    Join Date
    Jan 2011
    Location
    Wales, UK
    Posts
    1,113
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You don't have to make your sub-apps modal, then they can run at the same time. Just untick Modal in the sub-app's properties. I only use sub-apps with a Source of a different frame of my app rather than Other application, which might work differently.

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2012
    Posts
    66
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you. i looked under the documentation of what modal was and realized that that was what was pausing every layer underneath the newest subapp :0

Similar Threads

  1. Realtime multiplayer games
    By amaire13 in forum iOS Export Module Version 2.0
    Replies: 15
    Last Post: 10th April 2013, 11:33 AM
  2. joystick input on multiple games running at the same time?
    By Chokito in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 19th November 2012, 08:12 PM
  3. How do ya prevent multiple instances of the app running?
    By TheDigitalAlchemist in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 6th October 2012, 01:01 PM
  4. [BUG] Error on running multiple exes
    By netninja in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 28th January 2007, 02:36 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
  •