Programming Challenge: The light should turn on when the light switch is activated and turn off a short while later. Constraints: 1. At the beginning of the program, everything should be off. 2. The sprites should always remain in the same position. 3. When the light switch is clicked, the switch should move up, turn on the light, and illuminate the space. 4. After three second, the light should automatically turn off, the switch should move to the off position, and the room should darken.
Thanks to mistervb for the original project.