ZIM Badge for GameBADGE - GAME

MAKE THIS - See Instructions Below

This guessing game has three dark doors to press on. One of the doors will reveal a jewel and two of them will have x. The door with the jewel should be random each time the game is loaded! Use frame.color to set the background color. Below are some hints if you need them!
1. Tile the doors and add a mousedown event to the tile that receives the event object e. We can use e.target then to find out which door was pressed.
2. Make an answers array of a red Rectangle rot(45).reg(CENTER) and two Labels with red X.
3. In the event function, use pluck(answers, true) to get a random answer and center it on the selected door (e.target). Set the selected door's noMouse() so it cannot be picked again.
ALL BADGES