PDA

View Full Version : Simple Question about Navigation



Tekademix
October 22nd, 2003, 05:14 PM
Kay!......


I am making a Flash website.
I click on a link,... lets say 'Contact'
The 'Contact' page opens.
I click on 'Contact' again while it's open,... It opens again.
I need to know how to prevent the link from reloading each time you click it

Thanx

kode
October 22nd, 2003, 09:44 PM
You could disable the button/movie clip by setting its enabled property to false. :)

Digitalosophy
October 23rd, 2003, 01:46 AM
you could also use a condition to see if the movie is loaded already, so this way "dumb" users wont get confused if they cant click the button again...