Quote:
Originally Posted by MrMoke
First of all you need to create either an object array or list, and add your ring objects. Then add an event to an infinite method that checks for distance to items in the list.
Things to Consider:
1. If you stop at ground zero of a specific object, will the counter skyrocket or wait until you leave the object before allowing another pop for that object?
2. Is each object counted and displayed separately, or as one total count?
3. Is there a countdown timer, or is the game infinite length?
|
Thank you very much. I was able to get it to work well enough for this project

. Thank you!