Need help for flappy bird game

I like this tutorial, in the tutorial it uses lanscape, but i want to make it in potrait or vertical. help me, what should i change or remove so that it work

Look in the Screen1 attributes for a Screen Orientation control.

You might need to adjust pixel counts to fit the new screen size.

Try it and see what happens.

I did change some things. But theres other problem, the bird is gone. i tried playing it, i can pass the pipe and the score went up but the bird is nowhere to be seen. What could be the problem?

  • It has flown the coop? (Its x and y values are outside the Canvas dimensions?)
  • Its .Visible is false?
  • Its Picture file is missing or empty?

This is a case for using the Companion's Do It facility to peek inside blocks with those values.