Continious Background Scrolling iPad Landscape
John67
Member Posts: 1
Hi,
looked in various forum subjects, but none about continuous scrolling background op iPad landscape.
My problem is that converting rules given in these solutions to iPad screen sizes, resulting that is won't work.
I use the following coordinates: 1024 as with of the screen, so self.position.x < -512 change to self.position.x = + 1534 as left and right center X, instead of the most used legacy iPhone screen examples -240 +720.
My actor size has a with of 1024px.
Any help or direction to look at is very much appreciated.
Thanks,
John
looked in various forum subjects, but none about continuous scrolling background op iPad landscape.
My problem is that converting rules given in these solutions to iPad screen sizes, resulting that is won't work.
I use the following coordinates: 1024 as with of the screen, so self.position.x < -512 change to self.position.x = + 1534 as left and right center X, instead of the most used legacy iPhone screen examples -240 +720.
My actor size has a with of 1024px.
Any help or direction to look at is very much appreciated.
Thanks,
John
Comments
When Attribute self.Position.X =< -self.Size.Width/2,
Change Attribute self.Position.X = self.Position.X + 2*self.Size.Width
Changed the actor size to screen resolution device.
It works (continuous scrolling) in: iPhone Landscape, iPhone Portrait, iPad Portrait, but refuses to work in iPad landscape!
Bug?