User Tag List

Results 1 to 7 of 7

Thread: External Wrapping Background

  1. #1
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Posts
    227
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    External Wrapping Background

    Im trying to figure a good way i can make a good wrapping background but using an external image (like a website)

    Anyone know how?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: External Wrapping Background

    You could always use a bit of trickery with the picture object.

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: External Wrapping Background

    Use the background system box and load the image into that, then set the x and y dimensions to double that of the image size.

    For the calculations, say you have a 1000x1000 image. You have a 2000x2000 background object.

    Set the x coordinate to (XLeftScreen mod 1000) - 1000
    and the y coordinate is similar.

  4. #4
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Posts
    227
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: External Wrapping Background

    you cant load external images into the b/system box! Its all internal. What i really need is the ability to change the image in a quick backdrop object. lol

    Any other ways?

  5. #5
    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: External Wrapping Background

    You should make a fastloop which fill the frame with your image. You can do that with "Active picture object" or with 2 "overlays". I prefer using overlays.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUnicode Add-onInstall Creator

    Join Date
    Jul 2006
    Posts
    1,018
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: External Wrapping Background

    Sphax is right.

    Here is an quick example: (External) Wrapping Background

  7. #7
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Posts
    227
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: External Wrapping Background

    Thanks guys, works great!

Similar Threads

  1. Wrapping External exe
    By billv in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 30th June 2013, 02:10 AM
  2. Layer wrapping bug...
    By ChrisBurrows in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 5th July 2012, 11:42 AM
  3. Preview external background images in FrameEditor
    By Boba Fonts in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 18th August 2009, 01:03 AM
  4. (External) Wrapping Background
    By Gustav in forum File Archive
    Replies: 0
    Last Post: 14th August 2007, 12:49 PM
  5. Wrapping a background that scrolls?
    By arsdigita in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 24th October 2006, 08:28 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
  •