本帖最后由 alydsd471147 于 2010-02-15 13:25:16 编辑

解决方案 »

  1.   

    debug 一下,就能知道有没有执行
    代码太长不好看呀
      

  2.   

    错误报的异常 无!抱歉,我找到了问题了,谢谢你们,每人都有分~
    问题是
    public void startnewanim()
                {
                    this.textureindex = 0;
                    this.inanimation = true;
                }
    改为
    public void startnewanim()
                {
                    this.inanimation = true;
                }不好意思,编的太长,结果自己都有点连不上了~
    结贴!