User Tag List

Results 1 to 2 of 2

Thread: Making a Menu System Using the Sub-Application Object: Some Questions

  1. #1
    Clicker Fusion 2.5
    BarcSsarc's Avatar
    Join Date
    Dec 2011
    Location
    Twin Cities, Minnesota
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Making a Menu System Using the Sub-Application Object: Some Questions

    Hokay, here's my situation.

    I've been using the Box2D "testbed" application as a reference point for using the Sub-Application object. The way I would like to set up my menu system, is to have a main frame that contains the menu system, hidden on a top layer, with a Sub-Application that calls subsequent game frames into it, on the bottom layer. This way, I only need one instance of my menu system in the whole game.

    I'm having a couple of issues:

    1. The Sub-Application is appearing above everything else in the frame, even though it is on the lowest Layer. Is there a way to make Layers/Objects appear in front of a running Sub-Application object?

    2. I can't figure out a good way to pause the game while the menu is visible. I found the "Pause and resume" function under Storyboard Controls, but I don't want to set a resume key; I just want to pause and resume manually in code. In the "testbed" application, the Box2D devs created a global value called "Paused," and use a button to set it to 0 (running) and 1 (paused). I can't, however, find any code that actually looks at those values and pauses/resumes the game. It just seems to happen.. Does anyone know offhand how they may be doing this?

    Thanks in advance for your suggestions/help!


  2. #2
    Clicker Fusion 2.5
    BarcSsarc's Avatar
    Join Date
    Dec 2011
    Location
    Twin Cities, Minnesota
    Posts
    9
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay, I'm doing that now.

    Here's the new topic, if anyone is interested.

    Thanks!


Similar Threads

  1. Making a Menu System Using the Sub-Application Object: Some Questions
    By BarcSsarc in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 6th May 2012, 09:27 PM
  2. Menu system dont work, a bug?
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 19th December 2011, 04:45 PM
  3. Making a key/control config menu?
    By N64Mario in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 28th May 2009, 01:58 AM
  4. Making RPG Menu Help.
    By ZayLong in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 26th June 2008, 01:11 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
  •