i'm currently working on a project where i'm required to create 3 different generators, all of different sizes and color. what i'm trying to do is when i click on one of these rectangles, a new draggable rectangle appears in the upper left corner of the screen. that is how far i've gotten. my problem lies in that the rectangle that appears is a square of default size and color, and doesn't inherit the properties of the rectangle which i click on. i assume this is an interface type problem, however having little practice with the topic, i wouldn't know where to begin. if i'm off track and it's a whole different problem, additional information would be greatly appreciated. thanks in advance.