Visited Link

I am trying to make a button in such a way so that after you clicked on it, the button will change colour, indicating that the link has been visited. If anyone can guide me to a tutorial will be most grateful.

Thank you very much :mu:

red_ear_slider, how do you want to make it?? You want it so that when someone hit’s it then it hold on the down state??

in the normal/up frame of the button place a moviclip mov1
put 2 frames in that
put stop(); as in both the frames

now in the on(release) of the button

this.mov1.gotoAndStop(2);

thank you very much, I will go and try it out. :slight_smile: