How
I have a button on frame1 and and click this = invisible button with instance name (gray) on frame 3
?????
Printable View
How
I have a button on frame1 and and click this = invisible button with instance name (gray) on frame 3
?????
Not sure what you are asking, to make button invisible?
PHP Code:btn.onRelease=function(){
this._visible=false
}