playMaker

Author Topic: Bug or no bug?  (Read 1199 times)

stigma

  • Full Member
  • ***
  • Posts: 218
Bug or no bug?
« on: August 17, 2023, 10:09:00 AM »
The character falls into the lava, he dies and I use "Camera Fade Out" at the end to end the sequence, then he resurrects at another position in the game.
I can't find why the last action doesn't execute.

But if I remove the intermediate action, the program works but the transition is too abrupt. I tested by replacing "Camera Fade Out" for a simple pause (wait) of 1 second but the bug is still present.

How to do ? THANKS


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Bug or no bug?
« Reply #1 on: August 21, 2023, 06:20:30 AM »
Hi.
Are you using time scale?
If so, try enabling 'Real Time'
Also set a finish event, but do not use FINISH (create a "Done" event for example.

Time based actions (Event Next Frame Event) are best used with a custom event.

In our game we use a Canvas image and a tween Float to fade in / out (and have random 'Loading Screen' images)

stigma

  • Full Member
  • ***
  • Posts: 218
Re: Bug or no bug?
« Reply #2 on: August 22, 2023, 08:52:42 AM »
I tried but it still doesn't work.
I succeeded by using actions in the Player via a Flag but it's DIY.