Hi Appas Papas,
I'm running into a challenge coding wise and I'm hoping you know what I should do to fix it. Ok, so, I'm trying to have an animation play after the player goes into one of the rooms and a timer goes to zero. I've changed the area before the crayon(now crayons) room somewhat and added a couple of jumpscares, but those are set to run when the scene starts.
I have the code setup so that when the player body goes into the Area, the Timer would start. When the Timer times out, the Animation should play. It doesn't, though. I tried to have that happen with an object at the room entrance and it did nothing. I even tried having an Area and Collision shape attached to the Sprite and not attached to the Sprite but in front of it. Nothing has worked.
What am I doing wrong?