pspecial
July 10th, 2003, 03:43 PM
I have attached a simple test fla.
I am trying to centralize my code in all my movies using dot notation instead of spreading my code all over the place. It never works, I must be doing something wrong.
The test .fla has a movieclip with a timeline animation. I used the linkage identifier to name it 'reload' AND named the instance 'reload'.
_root.reload.onRollOver = function() {
this.gotoAndPlay(2);
}
...yields nothing. The pointer doesnt even change to a hand.
What am I doing wrong?!?!?!?
I am trying to centralize my code in all my movies using dot notation instead of spreading my code all over the place. It never works, I must be doing something wrong.
The test .fla has a movieclip with a timeline animation. I used the linkage identifier to name it 'reload' AND named the instance 'reload'.
_root.reload.onRollOver = function() {
this.gotoAndPlay(2);
}
...yields nothing. The pointer doesnt even change to a hand.
What am I doing wrong?!?!?!?