PaulPaulPaul
Programmer
This is beyond my experience. Anybody has tips on how
to do this:
A movie will read an xml file containing cartesian coordinates defining polygons.
The movie has to draw the polygons. These polygons need to be more than simple shapes. I have to assign behaviours to them. Each polygon has to:
-store hidden values
-display text when mouse hovers above it
-call functions on click
Moreover, the polygons have to be bundled into groups. The aim is to hide or display a whole group of polygons all at once.
Thanks to all of you.
Paul
to do this:
A movie will read an xml file containing cartesian coordinates defining polygons.
The movie has to draw the polygons. These polygons need to be more than simple shapes. I have to assign behaviours to them. Each polygon has to:
-store hidden values
-display text when mouse hovers above it
-call functions on click
Moreover, the polygons have to be bundled into groups. The aim is to hide or display a whole group of polygons all at once.
Thanks to all of you.
Paul