Hi All,
Issue:
I am new to Construct 2, my first post ever. That being said, some newbie help is needed.... When I try to use this expression below on an object the Y property always stay the same. No mater where the player is on the screen, note it is a platform game.
Expression:
(1 + (player.Y))
More info:
Player is a sprite box, and im assigning a variable on collision with a target.. The variable is then used to score. The higher the player, the higher the score.
Thanks, and any help would be great,
BGTHREE................