Game Development Community

Making Objects Appear every so and so

by Liam Shalon · in Game Design and Creative Issues · 07/19/2012 (9:27 am) · 3 replies

Hi guys, so I'm making an app and in the app, a character moves up and a camera follows him.
I want these blocks to appear every so and so.
I want to be able to control, how many times it shows up. (Be able to say show up every 30-90 pixels (or something like that))
I want to be able to control, where it is located. (Be able to say show between -40x and 40x)

I REALLY NEED HELP WITH THIS LET ME KNOW IF YOU CAN HELP ME WITH AN EXAMPLE


#1
08/08/2012 (1:36 am)
Sounds like you need a scrolling tilemap? Look for Tilemaps in the documentation, or you can find more about it in the Shooter tutorial.
#2
08/08/2012 (4:52 am)
I am pretty sure that you can find some tutorials on the internet.
_____________
www.jocurile.us
#3
08/12/2012 (1:11 am)
if 3d object then with t3d it is easy to do.
1/2 hour task.
demo version of t3d is enough.