Hello again!
Sorry for the second post of today, but I'm completely stumped.
I have a dictionary that is being fed from an external file via AJAX, that works perfectly now. This file contains 15 names that are stored in 15 keys. When I run my layout it creates 12 instances of one sprite and sets an instance variable called "name" for each and that works fine. However, what I would like to do is once the sprite has been named, I would like to remove that name from the dictionary so there won't be any duplicates.
Here is the block of events that spawns all the objects and assigns the instance variable.
Once again, I apologize for the second post and thank you in advance,
Jack.