User Tag List

Results 1 to 4 of 4

Thread: Fade Glitch

  1. #1
    No Products Registered

    Join Date
    Oct 2009
    Posts
    480
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Fade Glitch

    Hi,

    While testing out a game I've been working on I noticed something strange. I have my objects set so that the fade-out transition is fade. What happens sometimes to the objects is they get pasted into the background while they are fading out and do not leave the screen. Does anybody have any possible idea why this could be happening?

    -Thanks, Variant

  2. #2
    Clicker Fusion 2.5 Developer
    00J's Avatar
    Join Date
    Jun 2006
    Location
    Virginia, USA
    Posts
    1,510
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Fade Glitch

    check your fade out controls, if you are using ink effects such as Additive or Subtractive, try setting the fade out TO --> Fade to "black", instead of Fade to --> "Background". See if that fixes anything.

  3. #3
    No Products Registered

    Join Date
    Oct 2009
    Posts
    480
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Fade Glitch

    That didn't quite work, although I am having some trouble re-creating my issue.

    -Thanks For Helping Though, Variant

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Ryan's Avatar
    Join Date
    Nov 2008
    Location
    Australia
    Posts
    1,279
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Fade Glitch

    I find its better to use active objects and the Effect - Set semi-transparency options to do smooth fade ins/outs.

    It may seem a bit advanced, but this usually works for me:

    Create an active object the resolution of the screen (eg 640x480) and make it completely black.

    Every 0.04 seconds
    Alterable Value A < 128
    - Set Set semi-transparency to Alterable Value A
    - Add 16 to Alterable Value A

    That would do a smooth fade in from black. For a fade out to black:

    Every 0.04 seconds
    Alterable Value A < 128
    - Set Set semi-transparency to 128-Alterable Value A
    - Add 16 to Alterable Value A

    I find this to be more useful because it doesn't freeze the frame & active objects so you can still have animation running while it fades in.

    You can change the 'Every x.xx seconds' event to make it fade faster or slower.

Similar Threads

  1. 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
  2. Replies: 2
    Last Post: 4th July 2012, 08:07 AM
  3. An odd glitch with fade in.
    By Exploder1010 in forum File Archive
    Replies: 8
    Last Post: 26th July 2010, 11:07 PM
  4. Fade Transitions Glitch w/Fast Loop
    By wizkidweb in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 8th May 2008, 02:08 AM
  5. Transition fade-in & fade-out help
    By Rich in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 8th August 2007, 10:15 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
  •