I want to have an array of x,y I use array of object like this
var arr:Array=new Array
arr[0]=new Object()
arr[0].x=10
arr[0].y=22

..........
I have 4000 or more point because i want to save point of draw wave tore draw 
it . i use array to save point 
what is Array limit ????????????
and is there better way to do it
how can i emty array to use it again ?
how can i get last point
thx

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to