Search tutorials
So you wanna make a game or movie with a reappearing, disappearing, appearing, button??? Well this is where you want to be! add this into your button that ... you use!! on (release) {
tellTarget ("_root.button") {
_visible = false;
}
}
so you think thats a easy way to do this?? haha. now click that button. You'll see that ... wait... you cant see it! WHERE IS IT?? WHERE DID IT GO??? haha, if you want to reappear it with another button then put this into the 2nd button:
on (release) {
tellTarget ("_root.movieclip") {
_visible = true;
}
}
hhaha sweet ehh? now that was easy huh. have fun!
| » Level Basic |
|
Added: 2005-01-26 Rating: 5 Votes: 15 |
| » Author |
| IF THIS TUTORIAL DOES NOT WORK PLEASE SEND ME A E-MAIL! PLEASE INCLUDE YOUR NAME, SEX, AND E-MAIL, IF YOU WANT TO CONTANT ME SerjayStetsyuk@hotmail.com |
| » Download |
| Download the files used in this tutorial. |
| Download (0 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!