BREAKING NEWS

Connect

Saturday, March 21, 2015

Tutorial Unity 3D Cara membuat counter time dengan Gui text

Tutorial Unity 3D Cara membuat counter time dengan Gui text


Tutorial Unity 3D Cara membuat counter time dengan Gui text 




cara  membuat  counter time dengan   Gui  text  pada  unity3D
http://bikingamesimple.blogspot.com/


script javascript
var  waktu :int=0;


function Update ()
{
waktu++;
guiText.text="waktu   berjalan:"+waktu;
}



Post a Comment

 
Copyright © 2014 GAME TUTORIAL