Hi
I am again here with one new question
I have a track which has left & right
(x = 100)= this is (L)
(x = 200)=this is (R)
(L) Left is 100 px
(R) Right is 200 px
Now I have 2 objects
Circle & Square
I am creating both randomly on track L & R
on every random (1,3) second > create "Square" on Choose(L,R)
on every random (1,1) second > create "Circle" on Choose(L,R)
these are overlapping sometime
I want that
do not create both at a same time (their should a way for player to go ahead)
do not create both at same position
How can i achieve this result