Hello!
I'm working on a project and need some help/ideas guys!
I've got an "interceptor" type game where objects randomly spawn from the top and drop down for the user to "catch" at the bottom.
The problem is, I need each object instance from each family to randomly spawn only once, and then somehow tag that object as "already spawned" so it can't be spawned again. I've tried multiple things, and nothing is yielding the results I need.
Below is a link to download a capx of my project. If someone could take a look and offer and advice/suggestions, I'd be incredibly grateful!
Example capx
On a related note, I'm also looking for a way to dynamically load the vehicle images on the fly moving forward. So pretend there's some kind of admin that images are uploaded to... I need the game to somehow take those uploaded images and use them for the object instances in the families.
Thanks in advance for your time.
HG