Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: krisz on October 30, 2023, 03:25:22 PM
-
Hello!
I try to search a way how can i check my object is moving or not. Its sound simple but i don't find a way.
Can someone please help me please?
Thanks!
-
Get position, next frame get position again and compare
if you don't need to check every frame you can for example do a wait 0.2sec instead of a next frame.
it depends on your project.
-
Thank you for the quick reply! :)
I will try it out!