concoquo

FuseKit使用時のエラー

FuseKitエンジンを使おうとして

** ZigoEngine.doTween – missing targets[undefined] and/or props[_width,_height] **

みたいなエラーが出力された場合に確認すること。

Array.prototype.hoge = function():Void{
 trace(“hogehoge);
}

とか

Object.prototype.hoge = function():Void{
 trace(“hogehoge);
}

とかみたいにprototypeで拡張する記述がしてあるとエラーが起こるみたいです。

気をつけないと。