Made a simple (really simple) Shooting Gallery minigame (just to see if I could do it)...and I've encountered a problem. Here's my code:
Start Condition: Push Key
Movement Type: Random Movement
Frequency: 8
Movement Speed: x4 Slower
Code:
<>Battle Anim.
<>Flash Character
<>Variable (Target Down) +1
And then another page, erasing the target (just changing the graphic). There are four other Targets that have the same code, with the appearing condition based on the Target Down variable (Target two needs Target Down to be 1, Target three needs Target Down to be 2, etc.)...but when I hit the first Target, it just shows the battle anim...The Target doesn't disappear and the other one doesn't appear. Dunno what's wrong - it's such a simple code.