can i add a shadow to a newRect or newCircle?
You would have to create a separate rectangle or circle, make it the color of your desired shadow (and perhaps add a blur filter to it) and offset it by some pixels to the x and y, then draw your other object on top of it. You could end up putting them in a group so you can move them as one.
Rob
You would have to create a separate rectangle or circle, make it the color of your desired shadow (and perhaps add a blur filter to it) and offset it by some pixels to the x and y, then draw your other object on top of it. You could end up putting them in a group so you can move them as one.
Rob