i need to create a 2D array for my actionscript. but instead of hardcoding the array, i needed to retrieve it from the database.
the file movement.as is the actionscript file where i have to insert the 2D array. Mappie.as is a class that is called in movement.as.
mine.txt is actually the jsp file where i retrieve the values of the x & y coordinates from the database.
please be kind enough to help me. actually the 2D array is only to create the line and attaching the movieclip. but i also need the 3D array for the part where i need to call the angle to rotate the movieclip.