Hi,
I have this minikarting game and there is ghostcar showing the best lap. Ghostcar have 3 arrays: x_pos, y_pos and rotation. I use MySQL database to save these arrays.
how Can I receive arrays from PHP? I have tried to print variables in String and split that in Flash but that doesn't work becouse it's too slow. There are about 1200 values and LoadVariablesNum works just fine when I transfer Strings to flash, but String.split function is so slow
You can find this half-done minikarting game:
http://www.minikarting.com (finnish language verion

)
Lauri