Now it works perfectly. <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">
Here's the working version, TheWindmiller.
https://www.dropbox.com/s/u8mtayib2917k ... .capx?dl=0
Quotation marks error..
json should look like
"{""c2"":true,""w"":{""x"":180,""y"":450,""w"":128,""h"":128,""l"":719120155086956,""zi"":0,""hX"":0}...[/code:xv30zqqb]
not
[code:xv30zqqb]"{'c2':true,'w':{'x':180,'y':450,'w':128,'h':128,'l':719120155086956,'zi':0,'hX':0}..[/code:xv30zqqb]
Thank you very much for the information, korbaach. That works. <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">
You have to ....
Action ... sprite particles .. set from json .. the json string
(not load game from json)
To get that string, it is probaly easyer to copy the string in the debugger from the textbox. Then return to your project and past that string where it belongs.
It is not meant to keep that textbox, that is just a tempory placeholder to harvest that json string. Delete it.
Thank you very much for the information, 99Instances2Go. That works.
Oh, I left the textbox there on purpose, so TheWindmiller can use it for his/her projects. Thank you again, 99Instances2Go. <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">