| You can but it may not be easy to get the halos to appear on just a red button click Barbara Ericson |
| Remeber that your system must meet the requirements. The requirements now state that you must use a red button click to select something. Also check the delete requirement. |
| it sounds like there's two clicks in there. alan fay IANATA |
| I've just updated the milestone page to clear up some of the confusions. Yes, you click once to select something, then click again to drag it – it makes the UI a little cleaner to code, a little yuckier for the user. Bringing up the halos isn't enough for everything, e.g., for deleting. My suggestion is to just build your own halos – put some clickable black dots in there for dragging/manipulating. Mark Guzdial |
| No, don't worry about shapes extending beyond the window. If your morphs are in a SystemWindow they won't go too far past the edge of it. Barbara Ericson |
| It is usually better object-oriented practice to subclass the thing you want to change. That way do don't mess up code that is working. |