User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 13 of 13

Thread: Most Run Time effecient Split Screen?

  1. #11
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Most Run Time effecient Split Screen?

    The source region (X,Y,W,H) is the square that you want the viewport show... In your case, it's the position of the screen.

    If you want viewport show what is arround the object "Active" with a 320x240 screen you do that :
    Code:
    > Always :
      - Set source region of viewport to (X("active"),Y("Active")),(320,240)

  2. #12
    Clicker Fusion 2.5Android Export ModuleSWF Export Module

    Join Date
    Jan 2007
    Posts
    104
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Most Run Time effecient Split Screen?

    For viewport is there some kind of example that I can look at. Cause as it is I still don't understand how to set the source region.

    Yours is like this Max(512+256, X( "a_ship1" ))-256 Y=0 512, 160.

    Also with yours their is no Center window to 0, 0 of active(player)

    Does that mean I have to get rid of that or something? So many different variables. Like with the Max term, I have no idea how I would even figure that out. This is why I ask if there is a Help file, or Example for Viewport.

  3. #13
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Most Run Time effecient Split Screen?

    X=Max(512+256, X( "a_ship1" ))-256
    "Max()" is to limit to the left border when scrolling.

    X=X("a_ship1")-256
    "-256" is here because the width of the screen is 512, so to center the viewport to the active I use the X coordinate of the active - screen width / 2

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Split screen 3d TV
    By MdNelson in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 22nd October 2013, 02:41 AM
  2. time/split time for racing game
    By ptiseigneur in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 24th September 2012, 06:05 PM
  3. Split Screen
    By MangoMan in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 12th November 2011, 09:43 PM
  4. need help with split screen
    By kainan in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 7th February 2008, 02:00 AM
  5. Split-screen example
    By Sphax in forum File Archive
    Replies: 3
    Last Post: 20th March 2007, 05:45 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
  •