[android-developers] Moving background image for android game

2010-11-16 Thread elioncho
Hello, I'm currently developing an Android game where the user controls a plane and evades obstacles. I'm using simple draw commands into a Canvas. I want to know what is the best way to move a background image to give a sense of speed to the game. Is there a way to make the background- image rep

Re: [android-developers] MOVING BACKGROUND IMAGE FOR ANDROID GAME

2010-11-16 Thread TreKing
On Thu, Nov 11, 2010 at 10:12 PM, elioncho wrote: > Is there a way to make the background- image repeat endlessly or should I > load the image twice and move them one behind the other one. Can anyone > guide me on this one? > Well, since no one else is responding ... I haven't used drawing stuff

[android-developers] MOVING BACKGROUND IMAGE FOR ANDROID GAME

2010-11-15 Thread elioncho
Hello, I'm currently developing an Android game where the user controls a plane and evades obstacles. I'm using simple draw commands into a Canvas. I want to know what is the best way to move a background image to give a sense of speed to the game. Is there a way to make the background- image rep