Oct 16
Flex Component Architecture by example (II)
Written by Gonzalo Rodriguez Pezzi in Flex No Comments »
In my last post, I explained how to create a simple component: a shape inside the blackboard. As we want to enable the user to draw diferent shapes, we will have to learn how to create the blackboard component, in wich we will be able to draw shapes using the mouse. So the blackboard component will hold some instances of the BlackboardShape component we built in the previous part of this tutorial.
Let’s go with the next part of this article
Recent Comments