# Visited link in Flash

**URL:** https://forum.kirupa.com/t/visited-link-in-flash/41995
**Category:** flash
**Created:** [February 4, 2004, 1:02am UTC](https://forum.kirupa.com/t/visited-link-in-flash/41995 "2004-02-04T01:02:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![reweb](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/reweb/32/135_2.png) [@reweb](https://forum.kirupa.com/u/reweb)
#### Post date: [February 4, 2004, 1:02am UTC](https://forum.kirupa.com/t/visited-link-in-flash/41995/1 "2004-02-04T01:02:37Z")

</div>

Hello.

How can I change the alpha value of the visited link’s?

Please post a link to a tutorial or a source file.

thanks

---

<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: [February 4, 2004, 3:13am UTC](https://forum.kirupa.com/t/visited-link-in-flash/41995/2 "2004-02-04T03:13:31Z")

</div>

Here is a link to a thread that discusses this very thing.  
[vistied link state](http://www.kirupaforum.com/forums/showthread.php?s=&threadid=36971&highlight=button+states)

---

<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: [February 4, 2004, 9:36am UTC](https://forum.kirupa.com/t/visited-link-in-flash/41995/3 "2004-02-04T09:36:48Z")

</div>

hi,

Create a button and convert the same button to movie Clip and give the instance name as myMovieClip.

come back to the main stage and assign the following script in the frame one or where ever the movie clip is created.

myColor=new Color(myMovieClip);

Second step:

go inside the movie clip and select the following script on the button:

on(release)  
{  
\_root.myColor.setRGB(0xcc0000);  
}

this must work definetly

Prathap
