shanks
October 21st, 2002, 02:42 PM
Hi :D
on (rollOver) {
_level0.cubes.info.text = "Links... \nClick a link to get to the website! :D\n<a href=\"http://www.phucknut.net\" target=\"_blank\">Phucknut</a>\n<a href=\"http://www.polarpact.com\" target=\"_blank\">Polarpact</a>\n<a href=\"http://www.kirupa.com\" target=\"_blank\">Kirupa</a>\n<ahref=\"http://www.google.com\" target=\"_blank\">Google</a>\n[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! :D
<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.
on (rollOver) {
_level0.cubes.info.text = "Links... \nClick a link to get to the website! :D\n<a href=\"http://www.phucknut.net\" target=\"_blank\">Phucknut</a>\n<a href=\"http://www.polarpact.com\" target=\"_blank\">Polarpact</a>\n<a href=\"http://www.kirupa.com\" target=\"_blank\">Kirupa</a>\n<ahref=\"http://www.google.com\" target=\"_blank\">Google</a>\n[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! :D
<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.