# Visited Link

**URL:** https://forum.kirupa.com/t/visited-link/62989
**Category:** flash
**Created:** [September 2, 2004, 2:57am UTC](https://forum.kirupa.com/t/visited-link/62989 "2004-09-02T02:57:41Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![red\_ear\_slider](https://avatars.discourse-cdn.com/v4/letter/r/d6d6ee/32.png) [@red\_ear\_slider](https://forum.kirupa.com/u/red_ear_slider)
#### Post date: [September 2, 2004, 2:57am UTC](https://forum.kirupa.com/t/visited-link/62989/1 "2004-09-02T02:57:41Z")

</div>

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:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 2, 2004, 3:27am UTC](https://forum.kirupa.com/t/visited-link/62989/2 "2004-09-02T03:27:08Z")

</div>

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??

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 2, 2004, 4:26am UTC](https://forum.kirupa.com/t/visited-link/62989/3 "2004-09-02T04:26:25Z")

</div>

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);

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 6, 2004, 9:21am UTC](https://forum.kirupa.com/t/visited-link/62989/4 "2004-09-06T09:21:20Z")

</div>

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

> [@amitgeorge](#):
>
> 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);
