Is it possible, and or how do you make a row of sprites at the top of your screen in a random order, so everytime you get rid of them a new bunch come up.
Offline
You could have the previously deleted sprites become the new ones at the top.
Do a simple script that commands that if they are hit and disappear, go back to the top at a random spot.
Do this with tiny time differences. Like .01 seconds. So that the first one goes somewhere random. The second one goes somewhere random BUT if there's already the first on there it tries again. Third does the same, and so on.
Also, I've seen at least 3 different topics where you've asked this question. Please keep the forums orderly and keep relevant questions in one thread.
Last edited by soupoftomato (2012-07-29 23:44:47)
Offline