New extension: Is Rotating
Description
This extension adds one new condition that checks if the selected object is currently being rotated (or its angle is being changed).
How to use the extension
Simply choose the condition from the condition menu and choose the object / group to be tested.
Checklist
- [X] I've followed all of the best practices.
- [X] I confirm that this extension can be integrated to this GitHub repository, distributed and MIT licensed.
- [X] I am aware that the extension may be updated by anyone, and do not need my explicit consent to do so.
What tier of review do you aim for your extension?
Reviewed
Example file
Extension file
Hi ! Cool extension idea :3 there is few things i noticed that you need to change:
1- I played with the example a bit, and noticed the statement/condition is kinda bugged
as you can see in the GIF, the statement is returning false/true/false/true rapidly, but the plane is rotating already and never stopped, yet it keep returning false.
you should add more delay between the statement rotating or NOT rotating.
2- Rename the object (ThingRotating) to (Object) Its better to keep things clear in the extension in case someone want to check how this extension is working.
3- Change the parameter label from (Object to test) to (Object).
4- The condition doesn't seem to work as it suppose:
It should say False when its Not rotating and True when its rotating, i added trigger once to avoid the rapid changing, but it seems to still not working even with trigger once (I think this have to do with the delay I mentioned above).
Good work for the first extension :3 Let us know when you fix it ❤️
Thanks for the reply! I have updated my labels and names as you mentioned in 2) and 3). I have tried my best to mitigate the flashing issue and it works much better, although it stills bugs out a bit (much less than before though). I have attached the updated files, unfortunately I don't know how to update the files using the bot. Lemme know if further changes are needed! :) IsRotating.zip IsRotating Example.zip
Thanks for the reply! I have updated my labels and names as you mentioned in 2) and 3). I have tried my best to mitigate the flashing issue and it works much better, although it stills bugs out a bit (much less than before though). I have attached the updated files, unfortunately I don't know how to update the files using the bot. Lemme know if further changes are needed! :) IsRotating.zip IsRotating Example.zip
Hello :3 I checked the updated extension, here is few things need to be fixed:
1- We don't need any log message action in the extension, so you can delete them.
2- The timers should have a unique name for extensions just like the variables, so it would be like this: __IsRotating.UpdateAngle
3- The statement is still turning True/False while the object is rotating in every frame just like i show in my previous review GIF.
Good work on fixing the previous one 👍
Since there was no answer from the author in almost 2 years, I'm closing this PR. Please feel free to reopen it if you want to continue working on this extension.