is it possible to rename a button in the action script????
if so...what is the code...Thanks
Printable View
is it possible to rename a button in the action script????
if so...what is the code...Thanks
you can give it an instancename in the properties inspector .. this way u can use them over and over .. but if you edit that btn it will change all ..
can you give me an example code please
example code for what ?
Code:
my_btn.onRelease=function(){
//do something here
};
the code for changing a button name in the action script
never mind...I figured it out finally....Thanks for all the help