Yes.. noobish i know.. but i don't know Construct syntax very well yet :/
I'm using Bullet-Movement and global variables to move toward Mouse-Click.
My problem is. Once Player arrives at the Point, he pretty much gets a stroke.
Keeps rotating on the spot.
I probably change from Bullet to pixels per tick. Because i want the Player to stop movement when arriving at mouse-click. And i want people to be able to upgrade the speed (variable) of the Player.
My problem is that i need to compare X,Y from the Mouseclick with X,Y from the Player Position. And i don't know how to compare several values in at once.
Where can i check on syntax?