PDA

View Full Version : button validation


lukos
05-01-2004, 01:48 AM
just curious, i want a way to make my buttons work as follows

click once, it changes the color and then voids any other actions for the button, for example

if you click on button 1 it loads movie 1
now if you click on button 1 again it does nothing.
click on button 2 it loads movie 2
click on button 1 it loads movie 1 again etc

I know how to do so with frames but im sure there's some kind of actionscript to do it

vosgien
05-01-2004, 02:49 AM
Hi,
I made the attached file for someone else that asked a similar Q on these forums - is this what you mean ?

Cheers

Vosgien

lukos
05-03-2004, 05:26 AM
that's it precisely
thanks alot!