hey
enemy spawns randomly on the xcordinate…then it falls from above…i want it to spawn where my ball is there 80% times…
virus[enemyCounter].x = math.random(screenLeft,screenRight)
this code randomly decides the position of enemy
and my ball is draggable…those enemy should randomly place 80 % times where my position of ball is there
