2.0.2b15 Sketch-tool moves geom when I expect to drag
3 posts • Page 1 of 1
2.0.2b15 Sketch-tool moves geom when I expect to drag
Tutorial_Sketch_Drag = "To drag a geometry when the simulation is running, select it then drag it.";
When you select more than 2 geoms, sketch tool moves these geom instead of dragging them. This behavior isn't match with description above. You may think that you can change the description, but I suggest next.
Sketch-tool = sim.running ? {drag-tool} : {move-tool} // for keep it simple stupid
NOTE: I'm not an Algoryx member.
Hi, Algodoo lovers. Have you read next topic? Featured scenes suggestions
To translators: English.cfg changelog will be useful (even for me).
Hi, Algodoo lovers. Have you read next topic? Featured scenes suggestions
To translators: English.cfg changelog will be useful (even for me).
-

tatt61880 - [Most Helpful Person 2010]
- Posts: 1150
- Joined: Mon Aug 31, 2009 5:45 pm
- Location: Tokyo, Japan
Re: 2.0.2b15 Sketch-tool moves geom when I expect to drag
tatt: how is drag tool supposed to work when several objects are selected?
Last edited by electronicboy on Fri May 18, 2012 5:03 pm, edited 1 time in total.
Reason: Removed reply to spambot
Reason: Removed reply to spambot
Emil Ernerfeldt, lead developer
- emilk
- Posts: 616
- Joined: Mon Aug 31, 2009 11:01 am
- Location: Umeå, Sweden
Re: 2.0.2b15 Sketch-tool moves geom when I expect to drag
emilk wrote:tatt: how is drag tool supposed to work when several objects are selected?
Current behavior:
Sketch-tool = dragging_on_selected_object ? { (sim.running && selected object is just 1 object) ? {drag-tool} : {move-tool} } : {other-tool}
My suggestion:
Sketch-tool = dragging_on_selected_object ? { sim.running ? {drag-tool} : {move-tool} } : {other-tool}
There is no conditional-branch about "how many object is selected", in my suggestion.
I suggest this behavior because when sim.runnning I normally drag object, and when sim.running is false, I usually move object.
With current sketch-tool, it is difficult to drag gears, chains, etc (because they are grouped automatically).
Current drag-tool have no problem to drag gears, chains and other grouped geoms.
NOTE: I'm not an Algoryx member.
Hi, Algodoo lovers. Have you read next topic? Featured scenes suggestions
To translators: English.cfg changelog will be useful (even for me).
Hi, Algodoo lovers. Have you read next topic? Featured scenes suggestions
To translators: English.cfg changelog will be useful (even for me).
-

tatt61880 - [Most Helpful Person 2010]
- Posts: 1150
- Joined: Mon Aug 31, 2009 5:45 pm
- Location: Tokyo, Japan
3 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests



