flash Q.
flash Q.
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- blaw0
put the item on the stage, name it myButton.
toss this in the Actions layer:
_root.myButton.onRollOver = function (){
_root.overMyButton = true;
}
_root.myButton.onRollOut = function (){
_root.overMyButton = false;
}