biggthree's Forum Posts

  • 2 posts
  • got it to work now i had destroy the object then recreated and spawn then checked the y. duh...

    I moved the player.Y action up above the action block and wall la.

    also i was going to use the height of screen not a hard code value - Y for example and dived by 600 and round off etc. thanks for the advice I already thought this threw I was just not thinking and being a newbie question if I where missing something and had to make a call to set the Y. but it was just had the expression in the wrong order of events.

    thanks guys sorry to bother but you gave me confidence it wasn't the code it was just my order......

    thanks

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • 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................

  • 2 posts