im guessing this is a tricky one?

i see the function to set the size is writen like this:-

var myMapSize:Point = new Point(350,300);
map.setSize(myMapSize);

would i write something similar to set the x and y axis?


On Oct 9, 3:02 pm, Thanweb <[EMAIL PROTECTED]> wrote:
> Soory i'ma  noob to AS3.
>
> How do i set x and y axis in CS3 for the map.
>
> i.e.
>
> i have a stage size of 800 x 450 and i would like to position the map
> at the following points...
>
> x - 150
> y - 100
>
> i have tried setting like this....
>
> map._x = 150;
> map._y = 100;
>
> but no joy?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-maps-api-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to