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 ..
I want to learn . wannabe flasher [ Actionscript 2.0 ]
can you give me an example code please
example code for what ? Code: my_btn.onRelease=function(){ //do something here };
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
Last edited by hodx; 03-30-2004 at 03:05 PM.
Forum Rules