I think I have a question that I'm sure some of you have ran into but
I can't seem to come up with a solution:

I have an image of a state inside of a canvas that has on top of it
small pushpin icons added as points on the map which are placed using
the parent.addChild(somepushpin) mechanism.  I don't know what points
will be used ahead of time since I'm using an "In-Polygon-Test" to
arbitrarily find points inside of a county.  

If the browser resizes, the state image resizes but my push-pins do
not scale with the image since I'm using the x y coordinates to place
the push-pins.  Is there a way for the push-pins to sync their
position relative to the size of the state image after it finishes
resizing?

Thanks in advanced



Reply via email to