FNaF fan-game jumpscare animation not playing
Hi, I'm curently doing a FNaF fan-game, but the jumpscare animation doesn't play
Events:
* Bonnie is overlapping jumpscare trigger; Srceen on(counter) = 0 |=> Set alterable value Z of Active (Office background active) to 1
* Alterable value Z of Active = 1 |=> Room View play animation "Jumpscare"; Start animation
* Room View's jumpscare animation is playing; Only one action when the event loops |=> Play sample "jumpscare sound"
The jumpscare animation just stuck at the first frame. i set the speed at 30, loop forever. The jumpscare sound plays at normal.
And by the way, I would ask what does +1 in Random(20) +1 means?