-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Several bugs #1
Comments
Sorry for the late reply, totally forgot git has comments/issues. i stick to the forum/irc. hate git.
|
You are certainly correct about the line width, I hadn't touched that option yet. Sparks and AllLines are fine. Regarding the mouse: my expectation was that it would respond to where my mouse is on screen based on placement of where the particles are being created. It is instead based on the last movement of the mouse. To me, it makes sense for the current method to be used when Follow Mouse is checked, and the method I expected to be used for when it's unchecked. Personal preference I suppose, but it does seem a little strange. I didn't previously see it on the forums; I'll post there from now on, to make it easier for you. |
I see what you mean about the angle stuff now. I'll give your idea a try, but it does work as I expect (afterall, it is "relative to mouse" not "angle of mouse to creation point". but your way might fix some angle quirks). currently it moves in the direction you move your mouse, which is calculated by the previous mouse x/y and current x/y. |
Relative to mouse is 90 degrees off (normal and reverse).(Follows the mouse as if it were moving with the mouse. Perhaps this should be changed to point towards where the mouse is on the screen instead when Follow Mouse is disabled?)
Testing on AHK Unicode 64-bit, version 1.1.24.02, on Windows 7.
These may not all be bugs, but I'm simply providing the means for you to be aware of them. I'll continue testing at a later time.
The text was updated successfully, but these errors were encountered: