User Tag List

Results 1 to 4 of 4

Thread: set position right before fade in

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Evilized79's Avatar
    Join Date
    Nov 2009
    Location
    Netherlands
    Posts
    890
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    set position right before fade in

    I'm making a scrolling platformed, and i have a fade in and out before a stage starts.
    at one point you can go through different doors and the problem i have is that when I go through a door and the fade in starts in the next stage you can see the player standing somewhere and then when the fade is done you see the player jump to the position i gave him.

    I want the player to be at the point in the stage before the fade in comes, anyone know how to achieve this?

  2. #2
    Clicker Multimedia Fusion 2 DeveloperAndroid 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)

    Join Date
    Feb 2012
    Posts
    94
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: set position right before fade in

    I don't know how you can make the object move before the transition, but I suggest you to create custom transitions (e.g. a black object which opacity is decreased) so you could do it.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To achieve what you want to do, you'll need to set up everything (objects, scrolling) to look right under "Start of Frame" conditions since they happen before the transition fade. Personally, I don't use transitions myself for the lack of control. Instead I cover the screen with a scaled active object (usually a 32x32 active stretched to fit the screen), and fade that away by modifying its alpha-blending coefficient. It's basically three events, one to fill the screen with the active, one to make it a little bit more transparent every frame, and one to remove the object when its fully transparent. This gives me the control I need, and allows me to animate objects while the fade-in is happening.

  4. #4
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Evilized79's Avatar
    Join Date
    Nov 2009
    Location
    Netherlands
    Posts
    890
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Ah that is one waybto do it, i'm going for the transition thanks!

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. Fade in und fade out problem !
    By Johnny in forum File Archive
    Replies: 3
    Last Post: 19th October 2009, 08:28 AM
  3. fade in, fade out et overlapping
    By Brovic in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 16th June 2009, 01:10 PM
  4. Screen position relative to taskbar position?
    By Raylax in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 2nd April 2009, 08:55 PM
  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
  •