//果凍縮放
iTween.ScaleTo(aBox,iTween.Hash("x",1f,"y",1f,"easeType", "easeOutBounce", "loopType", "none","time",0.5f));



iTween.ScaleTo(curMoney2,iTween.Hash("y",0.21f,"easeType", "easeOutBounce", "loopType", "none","time",0.4f));//果凍
iTween.ScaleTo(curMoney2,iTween.Hash("y",0.1770807f,"easeType", "easeOutBounce", "loopType", "none","time",0.4f,"delay",0.4f));
iTween.ColorTo(curMoney2,iTween.Hash("color",Color.red,"time",0.3f));
iTween.ColorTo(curMoney2,iTween.Hash("color",Color.white,"time",0.3f,"delay",0.3f));

//移動
iTween.MoveTo(mNowcharacterObj,iTween.Hash("position",new Vector3(aX,2.669558f,-2.983452f),"easeType", "easeInBack", "loopType", "none","time",0.2f));
iTween.MoveTo(failedMenu1,iTween.Hash("position",transform.TransformPoint(new Vector3(-3.982683f,1.558272f,8.085906f)),"easeType", "easeInBack", "loopType", "none","time",0.3f));
iTween.MoveTo(mPage0Camera, iTween.Hash("Position",new Vector3(-0.5013136f,1.617742f,1.090774f), "easeType", "easeInOutBack", "loopType", "none","time",1.5f));

iTween.MoveTo(this.transform.FindChild("fenbianlv/yumaoqou").gameObject,iTween.Hash("islocal",true,"position",new Vector3(0.2563154f,3.78f,0.3458944f), "easeType", "easeInBack", "loopType", "none","time",0.5f));

//旋轉
iTween.RotateBy(gameObject, iTween.Hash("x", .25, "easeType", "easeInOutBack", "loopType", "pingPong", "delay", .4));
iTween.MoveTo(this.transform.FindChild("fenbianlv/yumaoqou").gameObject,iTween.Hash("islocal",true,"position",new Vector3(0.2563154f,3.78f,0.3458944f), "easeType", "easeInBack", "loopType", "none","time",0.5f));

 

文章標籤
全站熱搜
創作者介紹
創作者 GABY 的頭像
GABY

江鳥Unity 分享

GABY 發表在 痞客邦 留言(0) 人氣(1,775)