"unlimited" scrolling
esoso
Member Posts: 6
Hi,
I was wondering if it is possible to create a scene of undefined length which scrolls until the player dies, as in games like "doodle jump" or "up there" on the iPhone. As in these games I would like to have a certain number of randomly disposed elements along the path.
Right now I am able to create a scene of a given length and have the camera follow my player.
One workaround i thought of is having the scene wrap on itself and make sure that before the player passes again for the same point the corresponding element has been destroyed and created again.
Is there any better method?
I was wondering if it is possible to create a scene of undefined length which scrolls until the player dies, as in games like "doodle jump" or "up there" on the iPhone. As in these games I would like to have a certain number of randomly disposed elements along the path.
Right now I am able to create a scene of a given length and have the camera follow my player.
One workaround i thought of is having the scene wrap on itself and make sure that before the player passes again for the same point the corresponding element has been destroyed and created again.
Is there any better method?
Comments