예제 #1
0
파일: Bird.cs 프로젝트: jsmask/AngryBirds
 private void Fly()
 {
     sp.enabled = false;
     myTrail.showTrail();
     isplay = true;
     playAudio(flyClip);
     isfly = true;
     Invoke("Next", 7.5f);
 }