Quantcast
Channel: Answers for "How to correctly shorten this script using arrays and iterations"
Browsing latest articles
Browse All 6 View Live

Answer by Seth Bergman

var myTextures GUITexture[] = new GUITexture[18]; // you could set these in the inspector. function Update(){ for(var i=0;i

View Article



Answer by buxton4life

A few tweaks on the above answer works perfectly! Thanks bro. var myTextures : GUITexture[] = new GUITexture[18]; function Update(){ for(var i=0;i

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images