latitude/longitude From Excel?
In another post by Somar in http://board.flashkit.com/board/showthread.php?t=666832 he posted a file called map.fla.
That file explaned how to move an object usinig latitudes and longitudes. It does this by using the following code
// Change these to whatever you want to see.
Desired_Latitude = 51.5;
Desired_Longitude = 30.5;
That works fine but the problem is that i have about 100 or more latitudes and longitudes position for that same object so it is very time consuimg if i entered them all manually using that method. IS there anyway i can read the longitudes and latitdues from the excel file instead of manually inserting one by one?