[Fastest in Flash Turbo Mode] This is a one-sprite editor that allows a user to interact with a group of points connected by lines (which are actually data stored in lists) NOW WITH A TEST OF SELECTION! PLEASE READ INSTRUCTIONS FIRST: First, move your mouse around the screen to highlight different points or lines. There is a variable called "editor mode" that control the way different actions work. Here is the key for mode #: 0 - Default, selects nearest point. [Blue] 3 - Select nearest line. [Orange] 1 - Delete a point when clicked [Red] 4 - Delete a line when clicked [Light Red] -1 - First point of new line [Yellow] -2 - Second point of new line [Darker Yellow] 2 - Select a set of points by their lines [Blue] Here are the USER CONTROLS: SPACE - Switch mode between Points (0) and Lines (2) Also, deselects other modes (delete, new line, selection) X - Deletion, click to delete a point or line C - Move, click while holding C to pick up a point, then drag & drop it. A - New Point, click to place it. Z - Make Line, click two different points to create a line between them. S - Selection, click lines to select endpoints. Can drag selected points around by clicking while pressing C This information is all you need to know to start using this! ---------------------- Further Information: Development This project is the continuation of the previous Points & Lines project: http://scratch.mit.edu/projects/DarthPickley/2458053 I also have to work on a script for searching for whether a line exists between two points. This new development is still a work in progress. Please report bugs. Anyways, have fun, and even cooler (If you're good at programming) Please remix this project if you have any creative ideas on how to use it! I've already done most of the hard work, the only hard part with remixing is understanding my own scripts and doing a little bit of your own scripting.