# Text flash link - button mouseover & link

**URL:** https://forum.kirupa.com/t/text-flash-link-button-mouseover-link/20072
**Category:** Uncategorized
**Created:** [May 4, 2003, 9:50pm UTC](https://forum.kirupa.com/t/text-flash-link-button-mouseover-link/20072 "2003-05-04T21:50:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![rtechdesigns](https://avatars.discourse-cdn.com/v4/letter/r/4af34b/32.png) [@rtechdesigns](https://forum.kirupa.com/u/rtechdesigns)
#### Post date: [May 4, 2003, 9:50pm UTC](https://forum.kirupa.com/t/text-flash-link-button-mouseover-link/20072/1 "2003-05-04T21:50:34Z")

</div>

[COLOR=blue]Hi - I’m a basic user of flash mx - I’m redevloping my design site. How do you make text links and how do you do mouseover scripts in flash MX.[/COLOR]

[COLOR=orange]Thanks for your help[/COLOR]

---

<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: [May 5, 2003, 12:04am UTC](https://forum.kirupa.com/t/text-flash-link-button-mouseover-link/20072/2 "2003-05-05T00:04:46Z")

</div>

hello,

for text to link, you could either make the text a button,  
(highlight text, and then select insert\> convert to symbol)  
or you could just type the url into the link area in the properties. make sure the text is static, and then that option will be available to you…

![](http://pathofaith.digitalrice.com/temp/flash.jpg)

---

<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: [May 5, 2003, 12:06am UTC](https://forum.kirupa.com/t/text-flash-link-button-mouseover-link/20072/3 "2003-05-05T00:06:54Z")

</div>

oh, whoops,  
also, for the mouseover, if it is a movie clip that you are rolling over, put this code on it…

on (rollOver) {  
put your actions here  
}

if it is a button, then whatver you put in your ‘over’ state will be what appears when you mouseover.

hope this helps!

🙂
