how would I do that. I have a button that when someone rolls
over it, i want an image to become visable. mybutton.onRollOver =
function() {
is what I have, i dont know actionscript very well. Flash 8
pro
thanks|||
i thought i figured it out, but apparently not. Heres what i
had
element_btn.onRollOver = function () {
element_mc._alpha = 100;
}
element_btn.onRollOut = function() {
element_mc._alpha = 0;
}
————————————————-
this is what i got
Statement must appear within on handler
element_btn.onRollOver = function () {
Statement must appear within on handler
element_btn.onRollOut = function() {
|||
never mind, i got it
Related posts:
- problem on rollOver event in as2
- Getting the name of a MC and assigning it to a var
- How do you make rollover maps?
- Don’t understand why this is happening
- Need Help Removing Empty Movie Clip
Related posts brought to you by Yet Another Related Posts Plugin.