User Tag List

Results 1 to 2 of 2

Thread: Centering sub-app regardless of screensize.

  1. #1
    No Products Registered

    Join Date
    Jun 2007
    Posts
    323
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Centering sub-app regardless of screensize.

    I've made a pause menu for my game that's just like Mario's. You press enter and a small rectangular pause menu opens in the center of the screen: (Screen size windowed is 256x224, sub-app size is 147x90)

    +User presses enter
    -Create sub-app at (55,68)

    But, we all know sub-apps don't resize with the main-app, so, for fullscreen, I used window control and global values to resize the sub-app (735,445) and place it accordingly:


    +User presses enter
    +Fullscreen=1
    -Create sub-app at (280,300)

    SO NOW...the pause menu is positioned correctly on my monitor, but not on certain other monitors, or widescreen monitors. I think it's a simple fix (Set X,Y position to blah blah of Screen W/H...?)but I don't know the expression.

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module
    RickyRombo's Avatar
    Join Date
    Mar 2008
    Location
    Somewhere between here and there
    Posts
    3,167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Centering sub-app regardless of screensize.

    Hmm...

    Set X pos to: Screen Width/2.0-Sub-app Width/2.0
    to get it center in comparison to the screen I think. Same thing with Y just change Width to height? Forgive me if I'm wrong...

    Oh and use the Window Control object to get the screen width and height...

Similar Threads

  1. What am i doing wrong? Centering a counter
    By Redsquirrel in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 23rd January 2013, 08:20 AM
  2. Centering Sub-App
    By Evoxe in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 23rd July 2009, 11:09 AM
  3. App reverting back to wrong screensize
    By Krush_Brother in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 30th October 2008, 06:35 PM
  4. margins and centering
    By ajp in forum Vitalize
    Replies: 0
    Last Post: 23rd July 2008, 05:32 PM
  5. Resize to screensize and scrolling?
    By Tiles in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 5th February 2008, 08:00 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
  •