摘要:        
function Update () { var aa = GameObject.Find("tishen"); var bb =GameObject.Find("xar"); var dis : float=Vector3.Distance(aa.transform.position, bb.transform.position); if (dis>5.0 && dis<=7.0 ) { animation.Play("xarzx"); } else if (dis>7.0) { animation    阅读全文
posted @ 2010-08-21 13:43
子非あ鱼
阅读(5324)
评论(0)
推荐(1)
        
            
        
        
摘要:        
var Text2 : TextAsset;function OnGUI () { GUI.Label(Rect(10, 10, 500, 500), Text2.text);}    阅读全文
posted @ 2010-08-21 13:35
子非あ鱼
阅读(1528)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号