Flappy Bird game tutorial

2»

Comments

  • B1984B1984 Member, PRO Posts: 91
    Alright, I've copied everything you've done, pausing and mimicing every detail, but my ground and goals are not respawning. They run once, and then they're gone. Any ideas?
  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772
  • JSprojectJSproject Member Posts: 730
    @jamie_c good tutorial, nice pleasant voice to listen to and you obviously have great teaching skills too :)
  • fede_carbone1@hotmail.comfede_carbone1@hotmail.com Member Posts: 5
    edited February 2014
    Jamie, thanks for taking the time to share your knowledge.

    I'm trying to do something similar in windows, but when working with different resolution I'm having some problems with the scroll of the ground.

    - You use an image that is twice the width of the scene, right?
    - Generates a horizontal movement to the left.
    - When the soil reaches the position 0, is generated again in the final stage.
    - And when the ground completely out of the scene changes its attribute to true.

    However I have found some differences between the download and tutorial on youtube, but in both cases it works great.

    If I'm working with a setting of 720 x 480, the width of my image should be 1440px?.

    When the actor leaves the stage (-720px) change the attribute to true?.

    The movement of the actor must be on the scene or actor?.

    Thanks you!
  • fede_carbone1@hotmail.comfede_carbone1@hotmail.com Member Posts: 5
    edited February 2014
    I must assign actions to both the prototype and the instance of the actor.

    Thank you.
Sign In or Register to comment.