User Tag List

Results 1 to 2 of 2

Thread: MMF2 two player scrolling

  1. #1
    No Products Registered

    Join Date
    Feb 2009
    Posts
    67
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    MMF2 two player scrolling

    I have a map in mmf2 with two players... How can I make a scrolling so the screen is between the two actives?

  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: MMF2 two player scrolling

    Do you want a split screen? I'm sure that I've seen a split screen example before, try searching for one.

    Otherwise, if you want the screen to be in between, try something like,

    Always
    -Set Horizontal Scroll in Frame to (X("Player 1")+X("Player 2"))/2
    -Set Vertical Scroll in Frame to (Y("Player 1")+Y("Player 2"))/2

    That will take the average of both of the players' positions, making it so that the position of the frame should be in between.

Similar Threads

  1. 2 Player Scrolling
    By HealthyBalloon in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 9th December 2013, 03:05 AM
  2. 2 player scrolling example for CloudWolf
    By TreeHugger in forum File Archive
    Replies: 2
    Last Post: 5th February 2009, 03:44 PM
  3. 2 player scrolling...
    By Pritchy96 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 4th February 2009, 10:14 PM
  4. 2 player scrolling.
    By camelman in forum File Archive
    Replies: 5
    Last Post: 14th November 2008, 12:18 AM
  5. Backdrop scrolling with the player.
    By 007 in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 9th August 2008, 03:43 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
  •