Hi
on (rollOver) {
_level0.cubes.info.text = âLinksâŚ
Click a link to get to the website!
<a href=âhttp://www.phucknut.netâ target=â_blank">Phucknut</a>
<a href=âhttp://www.polarpact.comâ target="_blank">Polarpact</a>
<a href=âhttp://www.kirupa.comâ target="_blank">Kirupa</a>
<ahref=âhttp://www.google.comâ target="_blank">Google</a>
[If you want your site linked to, email me]";
}
Ok. thats the actionscript i have for a button. It makes the text appear⌠but, they donât work as links :S the dynamic text box (info) is set to use html, but all it does is display: LinksâŚ
Click a link to get to the website!
<a href=âhttp://phucknut.netâ>Phucknut</a>
<a href=âhttp://polarpact.comâ>âŚ
and so on
any ideas how to make them work as hyperlinks please?! thx a lot.