Flappy Bird Score System

Discussion in 'How Can I...?' started by FawXxy, Aug 25, 2017.

  1. FawXxy

    FawXxy Boxer

    Joined:
    May 21, 2017
    Messages:
    17
    Likes Received:
    2
    hey, so Im working on a flappy game and im stuck on a very simple problem. I cant find a way to make it so the character passes through the obstacle and it grants you 1 score. is there a effect, logic, or any other way I can use to fix this? Ive tried timing the score multiplier with the obstacles but its inconsistent.

    ty
    -fawx
     
  2. Benfont

    Benfont Avid Boxer

    Joined:
    Sep 27, 2016
    Messages:
    277
    Likes Received:
    278
    add an action and set the reward points to 1, then either delete the sprite container or set its opacity to zero so it is not visible for the player
     
    itzonator likes this.
  3. FawXxy

    FawXxy Boxer

    Joined:
    May 21, 2017
    Messages:
    17
    Likes Received:
    2
    Thanks man!
     
    Benfont likes this.

Share This Page