hi
i facing problems creating tile and moving from top to bottom
i have to use array ?
at this time iam using this :
for creating black tile at random position
every 0.8 seconde create object (black tile) x=int(random(4)+1)*161-80.5 and y = 122
and for moving black tile
every tick set y to blacktile.y+5*60*dt
now but facing problem .... i dont know how to set speed ....
and i want to create white tile randomly but only on the place that there is no black tile ... and when touched the white that spawn red tile and game over and vise versa
thanks for help