level complete
I made a level complete actor and when the character overlaps or collide with a finish line the level complete actor alpha color comes to one, but now in the next level the image is there before I complete the level.
Best Answer
-
EatingMyHat Posts: 1,246
What triggers the actor to go back to Alpha 0 ? If you are just doing Reset Scene, it is likely that it will still be there since you probably set it to go to 1 based on a game attribute. Game attributes do not reset by Reset Scene.
In general, try to avoid using the Reset behaviors.