| Issue 52: | Cannot move multiselect objects by keys | |
| 1 person starred this issue and may be notified of changes. | Back to list |
1. Select some objects 2. Try move by keys left, right, up or down 3. :( Version ObjectHandles-2.0.0008, Windows |
| Issue 52: | Cannot move multiselect objects by keys | |
| 1 person starred this issue and may be notified of changes. | Back to list |
1. Select some objects 2. Try move by keys left, right, up or down 3. :( Version ObjectHandles-2.0.0008, Windows |
Solution: in com.roguedevelopment.objecthandles.ObjectHandles.onKeyDown(event:KeyboardEvent):void add after originalGeometry = selectionManager.getGeometry(): originalModelGeometry = new Dictionary(); for each(var current:Object in selectionManager.currentlySelected) { originalModelGeometry[current] = selectionManager.getGeometryForObject(current); }