User Tag List

Results 1 to 7 of 7

Thread: Looping backgrounds?

  1. #1
    No Products Registered

    Join Date
    Aug 2006
    Location
    Spryfield, Nova Scotia, Canada
    Posts
    85
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Looping backgrounds?

    When you do paralax scrolling layers, you are given the option of wrapping the layer at the X or Y coordinates. What does this do? I assume that this particular feature would have something to do with looping or scrolling backgrounds such as to suggest a moving bus or train. I was also going to ask how you'd achieve that [looping background] effect in MMF2D?

  2. #2
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export ModulePatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)
    Renatos's Avatar
    Join Date
    Jun 2006
    Location
    São Paulo, SP - Brasil
    Posts
    593
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Looping backgrounds?

    []When you do paralax scrolling layers, you are given the option of wrapping the layer at the X or Y coordinates. What does this do? I assume that this particular feature would have something to do with looping or scrolling backgrounds such as to suggest a moving bus or train. I was also going to ask how you'd achieve that [looping
    background] effect in MMF2D? [/]

    What it does is what it says pretty much, it repeats the background over and over and over, like in most games, so you can save in memory by not making huge graphics. You just have to make sure your graphic loops seemlessly.

  3. #3
    No Products Registered

    Join Date
    Aug 2006
    Location
    Spryfield, Nova Scotia, Canada
    Posts
    85
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Looping backgrounds?

    That's cool, but that only works if the character in the foreground is moving. I want the background to move even if the character is standing still, such as on a bus, train or other moving vehicle.

  4. #4
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export ModulePatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)
    Renatos's Avatar
    Join Date
    Jun 2006
    Location
    São Paulo, SP - Brasil
    Posts
    593
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Looping backgrounds?

    You could make the object wrap around the screen? Like if the bus leaves the left side of screen - >Wrap, the bus will show up on the right side. Use the Ball Movement and pick only the direction you want the bus to move.

    Another could be the layer object, but I am not sure if you can move layers using it...

    Hope it helps

  5. #5
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Looping backgrounds?

    Use a Background System Object for moving large backdrops constantly.

  6. #6
    Clicker Fusion 2.5 Developer
    ChrisStreet's Avatar
    Join Date
    Jul 2006
    Location
    United Kingdom
    Posts
    569
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Looping backgrounds?

    To expand on that, yes, use a Background System Box. I'm going to assume that you're using a low resolution (ie, 320x240)

    Event Editor, make a group called "PARALLAX"


    ---
    Group "PARALLAX" is activated:
    -Set width to 640, height to 240
    -Set X position to X Left Frame - (Alterable Value A of BGS)
    -Set Y position to Y Top Frame
    -Add 1 to Alterable Value A BGS

    Alterable Value A of BGS = 320
    -Set Alterable Value A to 0

    ---
    Bingo! A scrolling backdrop! That should do the trick.

  7. #7
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Looping backgrounds?

    Insert the "Layer object" in your frame. With that you can move layers separately. Thus you can make the background move without scrolling the foreground.

Similar Threads

  1. Backgrounds (possible bug)
    By knpmaster in forum SWF/Flash Export Module Version 2.0
    Replies: 1
    Last Post: 26th March 2010, 09:15 AM
  2. continuous backgrounds
    By strangely in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 7th October 2008, 10:51 PM
  3. Colliding with Backgrounds
    By Jaffob in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 24th September 2008, 12:29 AM
  4. Scrolling Backgrounds
    By scurvy in forum The Games Factory 2 - Technical Support
    Replies: 3
    Last Post: 6th March 2008, 04:14 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
  •