User Tag List

Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 36

Thread: Best way for make a full screen pause menu?

  1. #11
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)

    Join Date
    Sep 2007
    Location
    Austria
    Posts
    289
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way for make a full screen pause menu?

    Mine works just perfectly except for values.

    In my frame "Level 1" I set my character's var L to 0 or 1. And M to 0 or 1.

    When I press Esc the subapp is run...it has my character in it as well...and he is a global object. My subapp is set to "share variables" but it does not work. MMF2 cannot read the variables of my "Level 1" frame.

    EDIT How do you go back to a screen when the subapp is running?
    Jump to... lets the subapp jump to...but not the main app.
    End subapp ends it and nothing else happens.

    My main app is 1024x768, my subapp menu is a popup window with 180x280.

  2. #12
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)

    Join Date
    Sep 2007
    Location
    Austria
    Posts
    289
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way for make a full screen pause menu?

    This is driving me nuts. I can't get it to work. It is the last one I have to code.

  3. #13
    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: Best way for make a full screen pause menu?

    Well, I think the subapp is treated as a different "application" so can't read the values of global objects in your parent application... it can share globals and the other items that you can check off in its properties, so depending on the situation you could either store a couple of values there or use a save file to transfer data between them (using the Named Variable Object or an INI/plaintext file).

    I'm not sure what you're trying to do in your second question... "End the application" from within the subapp will close the sub-application and restore control to your main application, as long as you have the "When subapp is finished -> Destroy subapp" event in your main frame.

  4. #14
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)

    Join Date
    Sep 2007
    Location
    Austria
    Posts
    289
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way for make a full screen pause menu?

    Thanks, it works now.

  5. #15
    RayMarble
    Guest

    Re: Best way for make a full screen pause menu?

    I think there's an even better method - have the inventory (or pause screen or dialogue stuff or whatever) in a separate frame with "keep display from previous" checked.

    When it needs to pop up, save the state of the current frame, save the ID of source frame somewhere and then jump to the frame with the inventory etc.

    When the work is done, read the ID of source frame, load it's state and continue.

    This way one can have slightly transparent menus, also there's no need to mess with an additional active picture that will load a snapshot of the source frame etc.

  6. #16
    Clicker Fusion 2.5 (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Nov 2007
    Posts
    456
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way for make a full screen pause menu?

    Hah, wow. I literally just logged in to ask about pause menus, and here's this thread. Timing FTW

    More thanks from me :P

  7. #17
    RayMarble
    Guest

    Re: Best way for make a full screen pause menu?

    Actually saving frames and then loading them doesn't really work if one's app resolution is a bit bigger or there's lot of data ;_; there's a visible lag and some other minor problems, for example objects that are destroyed popping up for a split second (I guess before the frame loads) etc.

    Too bad, it worked so nicely when I was just testing it!

  8. #18
    Clicker Fusion 2.5 (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Nov 2007
    Posts
    456
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way for make a full screen pause menu?

    (sorry to boost a week-old thread, but it seemed the most appropriate since all the stuff is here)

    Ray, your method works really well for me, but I have one problem. I'm working on a platformer, and when I return to the original frame my character is suddenly unable to move, other than turning on the spot. This also happens in midair. Although it's a little amusing seeing my game character oddly suspended in midair, it's not too great for gameplay

    Do you know why this is? I'm using the Platform Movement Object. The character's animation also continues to play as usual, so the problem is purely with his movement.

  9. #19
    RayMarble
    Guest

    Re: Best way for make a full screen pause menu?

    No, in fact I'm battling with it at the moment but I have a feeling I opened Pandora's box of bugs including runtime crashing, screen flashing, path movement of my NPCs going completely off, objects disappearing and pasting themselves into the background...

    The most frustrating part is that it stops crashing if I just change all my actives' movement from path to static, so I'm 99% certain this is a TGF/MMF bug.

  10. #20
    Clicker Fusion 2.5 (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Nov 2007
    Posts
    456
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Best way for make a full screen pause menu?

    I don't have any problems with crashes, flashes, or the like (woo rhyme :P ), it's just the platform movement object that seems to stop functioning

Page 2 of 4 FirstFirst 1 2 3 4 LastLast

Similar Threads

  1. Pause menu won't go full-screen
    By Fralex in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 1st July 2012, 01:55 AM
  2. How do I make a Pause Menu?
    By gordonquinton11 in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 2nd November 2011, 04:32 PM
  3. How can I make a pause menu?
    By HoldenAA in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 22nd March 2010, 01:37 AM
  4. [Bug] Menu and Item Full Screen
    By Tiles in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 18th December 2007, 07:22 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
  •