For the random drops:
1. Create new instance variable of "random" with initial value "0" on the monsters
2. On Monster Health < 0, set value of random with: floor(random(0,6))
3. Create sub-event inside "On Monster Health < 0":
if Monster.random = 5 {
Monster spawn another object: Bullet
}
Here's a pic: