Contra: Character
作者:Roselyn Goh
1. Lives
1.1. 6 lives
2. Guns
2.1. Different guns that come along with different powerups that drop along the game
3. Gets hit var damage:Boolean = true;
3.1. Die
3.2. Backflip fall var fall:Boolean = true;
4. Idle var idle:Boolean = true;
4.1. Shoulder moves
5. Walking var walk:Boolean = true; var idle:Boolean = false;
5.1. left or right
5.2. legs move
6. Jump var jump:Boolean = true; var fall:Boolean = false;
6.1. spins into a ball
6.2. cannot attack
7. Shooting var shoot:Boolean = true; var idle:Boolean = false;
7.1. Can shoot in all directions, body parts (arms) moves as he shoots
7.2. Bullets very fast unlike enemines' slow bullets