Hello,
i want to create a game, but not sure if this is even possible
when the game starts i want to draw several planets on the screen:
------------------------------------------------------------------------------------------------
the number of planets will be random
size of each planet will be random
& they musnt be touching each other
how do i go about doing this
Offline
Here's an example that uses stamping that might help:
Intersecting Circles Example
If you want a simpler method then you may want to look into something with cloning, I guess.
---
EDIT: Fixed
Last edited by Smozzick (2013-04-18 11:53:01)
Offline