I need help to convert AS2 click.TAG to as3. Can anybody help please? :)
as2 code:
on (release) {
if (_root.clickthru==undefined&& _root.clickTag) {
_root.clickthru = _root.clickTag;
}
if (_root.clickthru==undefined&& _root.clickTAG) {
_root.clickthru = _root.clickTAG;
}
if ( _root.clickTarget ==undefined) {
_root.clickTarget = "_blank";
}
getURL(_root.clickthru, _root.clickTarget); }