Tuesday, February 28, 2006
Tuesday, February 21, 2006
Week 5 midterm pseudoCode

Start with a diagram of the Amazing MutantEars™. The Diagram has four zones, each one explains its function and components:
- Microphones
- Speakers
- Microprocessor
- Power
Clear targets differentiate the zones.
Create a button function that calls mc’s when zones are rolled over, and/or pressed.
Mousing over reveals the possibility for interaction (cursor changes) and brings out a label. OnMouseOver gotoAndPlay (“label”)
Pressing on a button triggers an Attach MC . The MC will have more info about the zones components and function. OnMouseDown attachMovie()
Diagram fades, gotoAndPlay (“fade”)
Release will return to start state. OnMouseUp gotoAndPlay (“start”)