今天应需求需要使用一下as2的Tweener类。

编译的时候总是报错       无法加载类或接口'caurina.transitions.Equations'

想了半天,非常纳闷。

搜了一下,在天地会 看到jacob同学的解决方案:

 

后来google才找到“
I finally edited the file and see if there was any error in the files. Eventually, I strike the spacebar, pressed delete and save the file again, compiled the file again and it worked……


大意是找到'caurina.transitions.Equations类文件,在里面随便敲下空格,然后保存,再编译就好了.....可能是编码的问题。as3版的没有这个问题。特此分享一下。防止有兄弟跟我一样搞的焦头烂额。 

 

 

就是打开Equations.as文件,在文件的最开头位置输入一个空格,再编译就可以了。。。。诡异吧,,

相关文章:

  • 2021-11-05
  • 2021-11-18
  • 2021-04-12
  • 2021-05-31
  • 2021-04-26
  • 2021-07-29
猜你喜欢
  • 2021-08-30
  • 2021-11-18
  • 2021-05-17
相关资源
相似解决方案