User Tag List

Results 1 to 4 of 4

Thread: Help with making object wrap around the frame?

  1. #1
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Outcast's Avatar
    Join Date
    Jan 2011
    Location
    Sweden
    Posts
    3,237
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)

    Help with making object wrap around the frame?

    I have water in my game allways moving -2 x to the left. I want them to leave the left side of the screen and arrive at the right side of frame so they allways move left and do it in a nice way without pause. How can i do this? I have tried to make it so when they are some -x they jump to the right but it makes gaps between the objects..

    my frame is 4000 pixels in width.

    Anyone know how to make this? I have attached a mfa with the object in this post : http://www.sendspace.com/file/4t0iwh

  2. #2
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: Help with making object wrap around the frame?

    It won't make gaps if you add Frame Width to their position when their X position < 0
    You may want to actually crate an additional one outside the frame to the right and instead add Frame Width + Object Width so that there is never a gap between the rightmost object and the right side of the frame.
    The trick is to add to their position rather than setting it.
    Working as fast as I can on Fusion 3

  3. #3
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Outcast's Avatar
    Join Date
    Jan 2011
    Location
    Sweden
    Posts
    3,237
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    I have sinced solved this problem thanks! But is there any example of the wrap around frame setting in the layers option, and what does it do?

  4. #4
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To make the object move 2px to the left and wrap use:

    Set X Position to (frame width+X-2) mod frame width

Similar Threads

  1. How do you wrap an object around the play area?
    By FlinkGigitty in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 29th August 2010, 10:22 PM
  2. Backdrop wrap when image size differs from frame
    By Kaiseto in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 17th May 2008, 01:43 AM
  3. Object wrap problem example.
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 18th December 2006, 09:24 AM
  4. Object wrap problem / bug. Example in archive
    By Gibbon in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 17th December 2006, 10:21 AM
  5. Object wrap problem example.
    By Gibbon in forum File Archive
    Replies: 0
    Last Post: 17th December 2006, 10:19 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
  •