October 30, 2011

Float Array Sum Function In Java

Float Array Sum Function In Java: public float sumArr(float[] args) { int sum = 0; for (int j=0; j sum += args[j]; } return sum; }

October 15, 2011

Usehandcursor boolean true not working

Usehandcursor boolean true not working There is another property which need to be used for objects other than buttons to use hand cursor on mouseover. buttonMode : Boolean Specifies the button mode of this sprite.