mjfabian
11-15-2004, 10:52 PM
Im trying to make a template for a Jeopardy game in flash, and I want to make it so that once I click a button, it dissapears (like in the real game :D)
each button triggers a boolean (true = already clicked), and in the very beginning, I have:
if ($100A){
Symbol_4._alpha(0);
}
if ($100B){
Symbol_5._alpha(0);
}
etc, etc...
And it's simply not doing anything. The .fla is attached.
Thanks in advance,
-Matt
each button triggers a boolean (true = already clicked), and in the very beginning, I have:
if ($100A){
Symbol_4._alpha(0);
}
if ($100B){
Symbol_5._alpha(0);
}
etc, etc...
And it's simply not doing anything. The .fla is attached.
Thanks in advance,
-Matt