How do I tell the program how many radioactive containers there are on the screen because they are destroyed when hitting the holding container.
http://timesignature.co.uk/files/test.capx
1. Create a global called isoCount
2. On Start set isoCount to iso.count
3. On iso destroyed deduct 1 from isoCount
Thanks mekonbekon, I was over complicating things as usual. I got it to work after your reply.
Thanks again.
Develop games in your browser. Powerful, performant & highly capable.
No worries, glad to help out