How do I set bullet angle of motion towards a random coordinate in my layout?
Develop games in your browser. Powerful, performant & highly capable.
You can try:
Angle of motion= angle(self.x,self.y,random(layoutwidht),rancom(layoutHeight))
MadSpy - thank you!