Circle tool: - Click and drag to draw a circle Mouse tool: - Hover over circles and click to select them - Click and drag a circle to move it around - Click and drag the boxes on the edge of a circle to resize the circle - Press Backspace to delete the selected circle - Press Escape or click in space to unselect a circle Tool selection: - Click on a tool from the top bar to select it - Use the 'Q' 'W' 'E' and 'R' keys to select the different tools.
NEW VERSION: http://scratch.mit.edu/projects/23573443/ This is the start to a larger project I'm working on! Right now you can create and manipulate circles, but I have much more in mind for this. Each circle has x,y coordinates, a width and height, and RGB color data. Right now, though, the circles are black. Only the Mouse and Circle tools work right now, the others are just there. Everything is rendered with the pen or by using the 'stamp' block, so nothing is really filled in ;) Credit to @griffpatch for the special key detection script! Thanks! Enjoy messing around with this!