Fade problem

This forum is currently in read-only mode.
  • Is it bad to ask too many questions bcoz im sorry if im botherin u

    How is this supose to fade in again while rotating and how do i fix this

  • I think the fade behavior is designed to fade once only... you can do the same thing using Set Opacity though.

  • in a game I'm working on, I have essentially a light that is fading in really fast then fading out slowly. To get it to stay, I assigned it's position to always be on another object, and when it fades out all the way, spawn a new object right where it was. Works like a charm.

  • in a game I'm working on, I have essentially a light that is fading in really fast then fading out slowly. To get it to stay, I assigned it's position to always be on another object, and when it fades out all the way, spawn a new object right where it was. Works like a charm.

    well i have a light exactly like that and all it does is fade out slowly using set opactiy-1 till it reaches 0 and fades in quickly using opacity+10 till it gets to 100 both activated by a value if 1 fade out if 2 fade in, it looks perfect.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • It works even better if you do it with TimeDelta; it would run with machine-independent speed: set opacity - TimeDelta*100 (This would do the fade-out in one second)

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)