sphyrth 762 Report post Posted August 31 (edited) I apologize for not naming that thing correctly. I just forgot what I should call it. I just selected for Women and start frenzy-clicking all over the place. I guess my click tried to find each Woman's path, and the pointer followed suit. Here's the video version of it. I had it unlisted, so if you can't view it, please tell me.. (Please teach me how to embed Youtube Videos, I literally forgot how). Edited September 6 by sphyrth Quote Share this post Link to post Share on other sites
Feldfeld 190 Report post Posted August 31 Hold the right click and drag the pointer 1 Quote Share this post Link to post Share on other sites
feneur 2,040 Report post Posted August 31 3 hours ago, sphyrth said: (Please teach me how to embed Youtube Videos, I literally forgot how). It should just be enough to include the link and the forum software should take care of it automatically. I guess it doesn't work for unlisted videos though. 1 Quote Share this post Link to post Share on other sites
winnerswithoutlosers 0 Report post Posted August 31 (edited) Seems to work. Edited August 31 by winnerswithoutlosers Quote Share this post Link to post Share on other sites
sphyrth 762 Report post Posted August 31 18 hours ago, Feldfeld said: Hold the right click and drag the pointer So that's what's happening. I kinda got addicted doing that. 14 hours ago, feneur said: It should just be enough to include the link and the forum software should take care of it automatically. I assumed that it did that, but it wasn't working. It seems to be working now, though. Quote Share this post Link to post Share on other sites
sphyrth 762 Report post Posted September 6 Going back to the topic, I think that this is a bug. I checked how Frozen Throne handles this, and it only detects the "MouseDown" input. Pyrogenesis seems to take both "MouseDown"-->"MouseDragging"-->"MouseUp". Then calculates how each unit will distribute themselves based on the "MouseDragging". Quote Share this post Link to post Share on other sites
elexis 2,524 Report post Posted September 6 You mean the units should start moving before the mouseup event? The idea of the feature is that you can draw an arbitrarily shaped line and the units will spread evenly from start to finish. It means that it has to know start and end before it can do the computation. 1 Quote Share this post Link to post Share on other sites
sphyrth 762 Report post Posted September 6 17 hours ago, elexis said: he idea of the feature is that you can draw an arbitrarily shaped line and the units will spread evenly from start to finish. It means that it has to know start and end before it can do the computation. Since it's a feature, then I got no reason to complain. Quote Share this post Link to post Share on other sites
elexis 2,524 Report post Posted September 6 What was the expected behavior? Perhaps one could also update the paths during mousemove events (essentially doing the current mouserelease processing on mousemove) (but that sounds laggy). Quote Share this post Link to post Share on other sites
sphyrth 762 Report post Posted September 6 I just expected that my right clicks would only show one path (regardless if my units could move there or not). Your system is just more meticulous in computing each unit's path, and it somewhat threw me off. That's why I assumed it was a bug. Since it's a feature, then it works fine the way it is. Feldfeld's instructions were enough to show me how it should actually work. Quote Share this post Link to post Share on other sites