English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How do you make the button "disappear" or "fade away" after the user clicks it, goes to a different frame, and comes back to the original frame?

Ex: On flash Jeopardy, after the user clicks $100, he goes to a different frame. When he comes back to the question panel, the money ($100) disappears. How do you make that using the action script?

2006-11-25 16:06:56 · 1 answers · asked by Jae 3 in Computers & Internet Programming & Design

1 answers

give it a instance name like button100

then type this in action script

button100.onRelease = function(){
gotoAndPlay(frame #/ or name); //where the question is.
button100._visible = false;
}

2006-11-25 16:14:44 · answer #1 · answered by Best Helper 4 · 0 0

fedest.com, questions and answers