请问,这里有人用 cocos2d-html5 吗?我有点问题。

软件和网站开发以及相关技术探讨
回复
头像
Hello World!
帖子: 3051
注册时间: 2008-06-23 15:19
系统: ���������
来自: 北欧某国
联系:

请问,这里有人用 cocos2d-html5 吗?我有点问题。

#1

帖子 Hello World! » 2014-04-23 17:05

我的代码:

代码: 全选

    if(str=="Stand") {
            this.stopAllActions();
    } else if(str=="Walk_left") {
            this.runAction(this.repeat[1]);
    } else {
            this.runAction(this.repeat[0]);
    }
我想让 str 为 “Stand” 时,让动画停在第一帧,我该怎么办?谢谢。
http://noie.name 网站改版中。
回复