I have already used AJAX and JSON to load the appropriate json file and all works well. One of my attributes in the json is a bool. It is set to false. How do I assign my Sprite bool variable to the value of the json bool value?
I know I can do a sub-event and do a if json value = true then set sprite.mybool to true... But is there a way to do it directly?