This is a sampe capx to save & load specific instance to/from instance bank.
There are 3 sprites in this capx with different private variable "i".
1. save each instance into an empty instance bank, then save the content of instance bank (JSON string) into dictionary. (replace dictionary to webstorage if required)
2. destroy all sprites
3. load content from dictionary into instance bank then load all sprites