Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

please tell me why should i change velocity directly?

Because the electron doesn't fly to the direction I want. For example, an electron is flying towards right, then I drag the mouse to up direction. But the electron will fly towards up-right when I release the button. 

at first i was changing velocity directly but then thought nahh it should more challenging so i changed it to addForce but since me being developer and tester i really don't know how hard my game is, i have got just a habit of it, so does it make gameplay too hard due to addForce?😁

Yes. Another problem is that if I drag the mouse to a direction and wait for a while. Then the white arrow will get longer and then hard to drag it to another direction before release the button. There is a game "heat flame", the control of which is very smooth.

well i already fixed it😁, i was actually using world point , i changed it to screen point and the issue is gone now