在Adobe Animate的代码中使用jQuery更改动态文本

时间:2019-06-29 09:20:49

标签: jquery html adobe

欢迎使用Adobe Animate,我创建了HTML文件5中的动画。我从执行启动功能的按钮开始动画:

我用Adobe动画制作动画

在一个文件中:

function start() {
        exportRoot.gotoAndPlay();
        'This is the text you want to get';     <-- How to do it here? How to appeal?
}

在两个文件中

this.name = new cjs.Text("This text wants to change", "38px 'Geometr415 Blk BT'", "#282828");
    this.name.name = "name";
    this.name.textAlign = "center";
    this.name.lineHeight = 53;
    this.name.lineWidth = 444;
    this.name.alpha = 0.00000000;
    this.name.parent = this;
    this.name.setTransform(348.4,779.75);

我想使用一个按钮来编辑此文本,该按钮从Adobe调用html和html中的函数,并从Adobe引用此js,并在其中更改文本

0 个答案:

没有答案