|
-
I Need Your Help in making a button invisible/visible
Childsplay, I know. But I'm new to Macromedia Flash 8 and I just can't solve it. I've been googling around and have yet to find an aswer. Please help.
myButton is my Button's instance name
This is my code in the button I want to make invisible
on (release){
trace("The code went here 2");
_root.myButton._visible = false;
trace("The code went here 3");
stop();
}
I can also put the code in the frame's actionscript if that's all it takes:
stop();
trace("This code went here 1");
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|