spark.primitives Eventlistener
good day!
i added some ellipses to a component and tried to add an eventlistener to each object e.g. mouse_click or mouse_over, for changing the objects color of shape ... doesn't matter. anyway i have no clue how to do that. is there some way ?
var ellipse:Ellipse = new Ellipse();
ellipse.height = height;
ellipse.width = width;
ellipse.stroke = new SolidColorStroke(0x111111);
ellipse.fill = new SolidColor(0x0000FF);
thanking you in anticipation
fritz
