User Tag List

Results 1 to 9 of 9

Thread: Pause/Game Menu

  1. #1
    Clicker Multimedia Fusion 2
    dragonguy's Avatar
    Join Date
    Apr 2008
    Location
    RULE BRITANNIA!
    Posts
    3,071
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Pause/Game Menu

    For all you guys who haven't a clue on how to do a custom paused-game dialog or an in-game menu, have a look at this.
    Attached files Attached files

  2. #2
    No Products Registered

    Join Date
    Aug 2006
    Location
    USA - Florida
    Posts
    116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Pause/Game Menu

    Thank you!

  3. #3
    No Products Registered

    Join Date
    Aug 2008
    Posts
    129
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Pause/Game Menu

    Thanks dude

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Pause/Game Menu

    Thanks, i modified it to act like a window loader when you use the menu and select Tools > Tool however for some reason it keeps loading windows, i want it to be only able to have 1 copy open at any time. Anyone know how to fix the problem?
    Attached files Attached files

  5. #5
    Clicker Multimedia Fusion 2
    dragonguy's Avatar
    Join Date
    Apr 2008
    Location
    RULE BRITANNIA!
    Posts
    3,071
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Pause/Game Menu

    Wrong Code:
    Code:
    #value("Tooltest")# = #1#
    -Create (Sub-Application at #0,0,0#)
    Right Code:
    Code:
    Only one action when event loops
    +#value("Tooltest")# = #1#
    -Create (Sub-Application at #0,0,0#)

  6. #6
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Pause/Game Menu

    Hmm i add the Only one action when event loops which fixes it however if i close the window then load again it wont load

  7. #7
    Clicker Multimedia Fusion 2
    dragonguy's Avatar
    Join Date
    Apr 2008
    Location
    RULE BRITANNIA!
    Posts
    3,071
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Pause/Game Menu

    Try moving "Only one action when event loops" down one then try again.

  8. #8
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Pause/Game Menu

    Doesn't seem to work, maybe i followed the code wrong do you have a working .mfa of what i posted?

  9. #9
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Aug 2006
    Posts
    2,335
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Pause/Game Menu

    Actually no worrie i got it working by adding a destroy condition

Similar Threads

  1. Pause Menu
    By DW90 in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 9th June 2010, 03:20 PM
  2. Menu Pause
    By samcool_129 in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 24th May 2010, 09:14 PM
  3. Pause app but still use a menu?
    By Shawn in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 7th May 2009, 05:52 PM
  4. In-Game Pause + Menu
    By Kris in forum Multimedia Fusion 2 - Technical Support
    Replies: 18
    Last Post: 3rd February 2008, 09:21 PM
  5. [Bug] Pause and Menu
    By LIJI in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 28th October 2006, 05:58 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
  •