↧
Draw GUITexture in multiple javaScript
Hi everyone I got a main script which binding with main camera that use for draw texture on screen by GUI. I also got another javaScript that can be called by first script, but I got a problem here!!!...
View Articlehow to play with array that inside other array
Hi I need help with array ! I got a array named bagList, then I put 4 different array into bagList the code looks like : static var bagList=new Array(); static var slotList1=new Array(); static var...
View Articlehow to play with array of array
Hi, I'm trying to make a inventory for my game, there have 4 bags each bag has 20 slot inside. now I need a array called bagList() that allow to store slotList1(), slotList2, slotList3(), slotList4()....
View Article