Tutorial Unity 3D Cara membuat counter time dengan Gui text

Diposting olehcoolliner on Sabtu, 21 Maret 2015

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;
}



{ 0 komentar... read them below or add one }

Posting Komentar