User Tag List

Results 1 to 7 of 7

Thread: Easy Custom Circular Fade Maker

  1. #1
    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)

    Easy Custom Circular Fade Maker

    I made this for my own use, but I have decided to share it with the community. By changing the two global values, you can make an image to put in the alpha channel of something an active object, for example. This makes circular fades from a black background to a white center. To get the fade area you want, screenshot it and crop the section you want with the desired image editing software.

    You can customize the diameter of the circle and the Fade amount. If the Fade value and Diameter values are the same, say 64 and 64, the whole image will be 64 by 64 pixels, and the size of the white center will be 32 by 32 pixels. If the Fade value is 32, then the size of the inner circle will be 48 by 48 pixels. Essentially it is the distance between inner and outer circle / 2.

    It makes some nice fades and can work with whatever you like once you are using it as an alpha channel for some object or another. Or just use if for some other purpose unkown to me.

    It uses 2 events, some simple math, and the Surface object.
    Enjoy!

    EDIT: Check out this super awesome image I just made with it!
    Attached files Attached files
    Working as fast as I can on Fusion 3

  2. #2
    Clickteam Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Simon's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    2,735
    Mentioned
    65 Post(s)
    Tagged
    3 Thread(s)

    Re: Easy Custom Circular Fade Maker

    Very cool

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Easy Custom Circular Fade Maker

    Nice
    Too bad it looks a bit clumsy because of the aliasing of the ellipse edges. You could do the math on your own, with the distance formula, but of course it wouldn't be that fast because drawing an ellipse is faster in C++ than in MMF. Another solution would be drawing a bigger image (Twice as big would do fine) and then scale it down to half the size with resampling on (Active "anti-aliasing" in the object properties, where you set the ink effect).

    One question: Did you make that image solely with the Surface object? It's possible quite easily. At least for me, I know how it works - I really have to work on that documentation :blush:

  4. #4
    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: Easy Custom Circular Fade Maker

    If you look at the MFA you can see the code for yourself

    And no I imported the result of the surface object into an active object's alpha channel, then I colored the image entirely green and it made that nice circle
    Working as fast as I can on Fusion 3

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Easy Custom Circular Fade Maker

    I did have a look at the code obviously. :P

  6. #6
    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: Easy Custom Circular Fade Maker

    OK, I thought you hadn't because I misunderstood this:

    Quote Originally Posted by Looki
    Did you make that image solely with the Surface object? It's possible quite easily. At least for me, I know how it works - I really have to work on that documentation :blush:
    Working as fast as I can on Fusion 3

  7. #7
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Easy Custom Circular Fade Maker

    I was referring to the image

Similar Threads

  1. Feature suggestion for Android object to allow for super-easy custom user input.
    By BrashMonkey in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 27th May 2013, 03:54 PM
  2. Fade In: Fade tranisiton stops
    By AndyH in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 11th March 2013, 12:25 PM
  3. Custom fade out transition
    By Anders in forum File Archive
    Replies: 2
    Last Post: 4th September 2010, 01:42 PM
  4. Easy way to display a custom grid in a frame?
    By BrashMonkey in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 2nd November 2009, 08:56 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
  •