I am busy creating a game at the moment. This game is similiar to “Snake”.
But it has a completely different character and objects that need to be collected.
In this game on the playing screen a “rock” will randomly appear while you are movie along the screen. I have done this ok using a random function and **duplicateMovieClip. **But the problem is that I don’t want these rocks to overlap ever…so they must always appear on different parts of the playing screen. When they appear they must NEVER touch or overlap. I tried using a HitTest, but it doesn’t work and I’m not sure where to put it, ect…
Does anyone know how to help me? Please. I am desperate for Help. I would really appreciate it.