摘要: #pragma strictvar t1:boolean=false;var t2:boolean=false;var t3:boolean=false;var currentTime:float;var indvel:float;function Start(){ currentTime = Time.time; t1 = true;} function Update(){ Play();} function Play() { if(t1){ animation.CrossFade("Run",0.2,PlayMode.StopAll); if(Time... 阅读全文
posted @ 2012-07-23 21:39 softimagewht 阅读(258) 评论(0) 推荐(0)