Answered
Multiple event handlers?
I have a training simulation project, and for it my team has
created some custom Flash components. Of these, there is a
linkButton that is transparent on the stage, and when the user
mouses over, it changes color so that they know they've moused over
it. On release, it checks to see if it was a right click or not,
adds 1 to the apropriate global variable (right click v. wrong
click), checks a list of required clicks to see if all things were
clicked on, then, if so, moves on to the next "page" in the
training. With these buttons there is another component, a popup,
that picks up the right/wrong click, changes color, and changes
text (for a hint if wrong, <b>Correct!</b> if right).
However, when I added the lines that put "Correct!" on the bottom of the popup, for some weird reason, the link button stopped registering it's on(Realease) function. So, it's now very broken. I have a deadline for Wednesday, and it wont work. I'm not sure why. Below is the code for both release funtions, button first.
So, any ideas?
Thank you very much, and sorry that this is so long! I'm trying to be as helpful as I can be so that you can be as helpful as can be.
Jordan
However, when I added the lines that put "Correct!" on the bottom of the popup, for some weird reason, the link button stopped registering it's on(Realease) function. So, it's now very broken. I have a deadline for Wednesday, and it wont work. I'm not sure why. Below is the code for both release funtions, button first.
So, any ideas?
Thank you very much, and sorry that this is so long! I'm trying to be as helpful as I can be so that you can be as helpful as can be.
Jordan