brainpudding
Technical User
this is my problem i have a compnent button and i have made the entire site already, but the button commands arent working
mybutton.onRelease = function(){
DO WHAT EVER;
}
If i make a regualr button that works but not on these components WHY!?
THANKS
mybutton.onRelease = function(){
DO WHAT EVER;
}
If i make a regualr button that works but not on these components WHY!?
THANKS