User Tag List

Results 1 to 2 of 2

Thread: Push-screen scrolling

  1. #1
    No Products Registered

    Join Date
    Dec 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Push-screen scrolling

    I'm trying to figure out how to make push-screen scrolling in MMF2. Basically, push screen scrolling is: when the player gets close enough to the edge of the screen, the camera slowly moves over until it's centered on the player.

    Any suggestions on how to make this work?

  2. #2
    Clicker Fusion 2.5Android Export ModuleSWF Export Module
    Ziplock's Avatar
    Join Date
    Oct 2013
    Posts
    448
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You could create an invisible camera object that chases the player when the player puts the right amount of distance.

    X(Player)-X(Camera)>400:
    -->Set X(Camera) to X(Camera)+1

    Then set the screen to center on the camera object, not the player.

Similar Threads

  1. Screen Scrolling
    By Sean_M in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 3rd August 2010, 09:59 PM
  2. 2 screen scrolling
    By Izik in forum The Games Factory 2 - Technical Support
    Replies: 4
    Last Post: 12th August 2009, 07:32 PM
  3. Scrolling Screen Issues - Screen Bounces?
    By Vandas in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 11th June 2009, 06:01 PM
  4. Screen scrolling?
    By dexo568 in forum The Games Factory 2 - Technical Support
    Replies: 0
    Last Post: 9th December 2007, 05:25 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
  •