Hello Rexrainbow,
Would you, or anyone else, be so kind as to review my capx example?
dropbox.com/s/f2s0jegexwnucqt/%21C2.capx
My events to save and load to/from Webstorage are as followed:
- KB: On S released --) IB: Clean bank to empty
--) IB: Save "chess" from all instances
- IB: on saving "chess ---) IB: set local key "SAVE" to instancebank.banktostring
- KB: On L released: WS: Set local storage from JSON string "SAVE"
IB: loadbank from JSON string to Webstorage.AsJSON
- IB on loading "chess" ---) IB load all saved instances
(KB = KEYBOARD, IB = INSTANCEBANK, WS = WEBSTORAGE)
Should my command to save and load be any different than what I have inserted in order to work?
Thank you very much! :)