I am trying to trace out the contents of an array, my code is this.
var shortArray:Array = shuffle[newNumber,35];
trace (shortArray);
the error is:
1120: Access of undefined property shortArray.
I thought I was defining it w/ var?
I am trying to trace out the contents of an array, my code is this.
var shortArray:Array = shuffle[newNumber,35];
trace (shortArray);
the error is:
1120: Access of undefined property shortArray.
I thought I was defining it w/ var?
:: Copyright KIRUPA 2024 //--