Can any one tell me why this don't work?
function buttonAction(buttonName:MovieClip, buttonMove:String) {
buttnName.gotoAndStop(buttonMove);
}
aboutButton.onRollOver = function() {
buttonAction(aboutButton, over);
};
Thanks
RSB
|
Results 1 to 4 of 4
Thread: [CS3] Functions not functioningThreaded View
|
Click Here to Expand Forum to Full Width |