Programming Challenge: Create a select screen. Constraints: 1. When the green flag is pressed, the program starts. 2. When the mouse moves over each button, it gets bigger. When the mouse pointer moves off of the button, it returns back to its normal size. 3. If you click, the "yes" button, "Yahoo!" appears and the buttons hide. 4. If you click the "no" button, "That's too bad." shows up, and the buttons hide.
Again, Thanks to mistervb for this project. In the programming for the backdrops there is an extra, or unneeded block. There is also an extra block as well as a 'bad" number in one of the blocks for the "yes" sprite. There are 2 extra blocks in the programming area for the "No" sprite, as well as a "bad" number. All necessary programming blocks are shown, but they each need to placed in a functional order within an appropriate script. Good luck!