есть вот такой код

Код:
// <?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
<fx:Declarations>
<!-- Разместить невизуальные элементы (например, службы или объекты значений) -->
</fx:Declarations>
<s:Ellipse x="500" y="100" width="15" height="15" >
<s:fill>
<s:SolidColor color="green"/>
</s:fill>
</s:Ellipse>
<s:Ellipse x="200" y="100" width="15" height="15" >
<s:fill>
<s:SolidColor color="blue"/>
</s:fill>
</s:Ellipse>
<s:Ellipse x="100" y="200" width="15" height="15" >
<s:fill>
<s:SolidColor color="red" />
</s:fill>
</s:Ellipse>
<s:Ellipse x="320" y="200" width="15" height="15">
<s:fill>
<s:SolidColor color="yellow"/>
</s:fill>
</s:Ellipse>
<s:Ellipse x="400" y="200" width="15" height="15" >
<s:fill>
<s:SolidColor color="blue"/>
</s:fill>
</s:Ellipse>
<s:Ellipse x="420" y="300" width="15" height="15" >
<s:fill>
<s:SolidColor color="yellow"/>
</s:fill>
</s:Ellipse>
<s:Ellipse x="300" y="100" width="15" height="15" >
<s:fill>
<s:SolidColor color="blue"/>
</s:fill>
</s:Ellipse>
<s:Ellipse x="380" y="100" width="15" height="15" >
<s:fill>
<s:SolidColor color="yellow"/>
</s:fill>
</s:Ellipse>
<s:Ellipse x="200" y="300" width="15" height="15" >
<s:fill>
<s:SolidColor color="yellow"/>
</s:fill>
</s:Ellipse>
<s:Ellipse x="180" y="220" width="15" height="15" >
<s:fill>
<s:SolidColor color="yellow"/>
</s:fill>
</s:Ellipse>
<s:Ellipse x="300" y="300" width="15" height="15">
<s:fill>
<s:SolidColor color="blue"/>
</s:fill>
</s:Ellipse>
<s:Ellipse x="500" y="300" width="15" height="15" >
<s:fill>
<s:SolidColor color="black"/>
</s:fill>
</s:Ellipse>
</s:Application>
вот нужна сетка позиционирования этих элементов)
Добавлено через 43 часа 37 минут
Подскажите хотя бы где можно почитать или видео какое есть. Как эту сетку сделать, ума не приложу(((