[FONT=Courier New]I am creating software simulations of our company’s proprietary software using Flash. One of the things I want to do is to provide multi-level feedback for the user.[/FONT]
[FONT=Courier New] [/FONT]
[FONT=Courier New]For example, let’s say you are supposed to click Button B. On their first try, the user clicks Button C instead. I’d want to provide a first notification to the user that this was incorrect, give them a hint and let them try again. On their second try, the user clicks Button D. I’d want to provide another notification to the user that this was incorrect and give them a bigger hint. On their third try, the user clicks Button Q. (Yes, at this point the person is a moron!). I’d want to provide final notification to the user that this was incorrect and jump to a mc that shows them what they should’ve done. (i.e. It will show the mouse pointer going over to Button B and clicking it. Then, the user will click something to move to the next task.[/FONT]
[FONT=Courier New] [/FONT]
[FONT=Courier New]Of course, if at any point the user does actually manage to click Button B, they receive a correct notification and then move on to the next task.[/FONT]
[FONT=Courier New] [/FONT]
[FONT=Courier New]My challenge is really creating this multi-response feedback in ActionScript. The rest I can do.[/FONT]
[FONT=Courier New] [/FONT]
[FONT=Courier New]Does anyone have any ideas, .flas I could look at , tutorials, etc? I’d REALLY appreciate it. [/FONT]
[FONT=Courier New] [/FONT]
[FONT=Courier New] [/FONT]
[FONT=Courier New] [/FONT]