Hi all! i want that the system create a sprite every x seconds in left or right of the layout..
what condition i've to use?
my layout in this game is 800x600
left spawn
every random(x,x) sec----> create object on layer x at X(random(-400,0))
right spawn
every random(x,x) sec----> create object on layer x at X(random(800,1200)
As I said, i want to create this object on left or right, so how can i combine these two conditions?
Thanks