0
AS2 click.TAGをas3に変換するのに助けが必要です。誰でも助けてくれますか? :)click.TAG from as2 to as3
AS2コード:
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)。 }