Hi,
I'm finishing a small platform game for learn C2 but I have problems with local save data. (JSON for mobile etc)
Can someone help me with this file?
https://dl.dropboxusercontent.com/u/122498815/Scirra%20-%20Construct2/SaveLevel.capx
I have seen many guides but i found difficulty in my various attempts.
I would get a similar result like angry birds levels grid.
Thanks
Hi, I'm finishing a small platform game for learn C2 but I have problems with local save data. (JSON for mobile etc) Can someone help me with this file? https://dl.dropboxusercontent.com/u/122498815/Scirra%20-%20Construct2/SaveLevel.capx I have seen many guides but i found difficulty in my various attempts. I would get a similar result like angry birds levels grid. Thanks
<img src="smileys/smiley29.gif" border="0" align="middle"> <img src="smileys/smiley29.gif" border="0" align="middle"> <img src="smileys/smiley29.gif" border="0" align="middle">
<img src="smileys/smiley20.gif" border="0" align="middle" />
— can you help me? <img src="smileys/smiley1.gif" border="0" align="middle" />
I don't see any way of saving my game?
Your game? <img src="smileys/smiley24.gif" border="0" align="middle" />
I would like to have this result, but only fo the grid levels.
https://www.scirra.com/tutorials/266/webstorage-how-to-save-ingame-information
I'm making several attempts but there are always errors...
<img src="smileys/smiley19.gif" border="0" align="middle"> <img src="smileys/smiley19.gif" border="0" align="middle"> <img src="smileys/smiley19.gif" border="0" align="middle"> <img src="smileys/smiley19.gif" border="0" align="middle"> <img src="smileys/smiley19.gif" border="0" align="middle">
Has anyone taken a look? :)
Save the positions of your grid to an arraylist, then save the arraylist to local web storage, and lastly set the position of your tiles to the set values of the arraylist.
Posting a .capx and/or screenshots would help as well.
Save the positions of your grid to an arraylist, then save the arraylist to local web storage, and lastly set the position of your tiles to the set values of the arraylist. Posting a .capx and/or screenshots would help as well.
Hi, i am using this file, but i do not understand that code to enter from, any attempt made ??so far to no avail... :(
Develop games in your browser. Powerful, performant & highly capable.
Some Advice? <img src="smileys/smiley24.gif" border="0" align="middle" />
> Save the positions of your grid to an arraylist, then save the arraylist to local web storage, and lastly set the position of your tiles to the set values of the arraylist. > > Posting a .capx and/or screenshots would help as well. Hi, i am using this file, but i do not understand that code to enter from, any attempt made ??so far to no avail... :( https://dl.dropboxusercontent.com/u/122498815/Scirra%20-%20Construct2/SaveLevel.capx
> Save the positions of your grid to an arraylist, then save the arraylist to local web storage, and lastly set the position of your tiles to the set values of the arraylist.
>
> Posting a .capx and/or screenshots would help as well.
Some help with this? <img src="smileys/smiley13.gif" border="0" align="middle">
Help..... <img src="smileys/smiley19.gif" border="0" align="middle" />
some help with this? <img src="smileys/smiley24.gif" border="0" align="middle">
Simo can you explain a little bit the issue you are having? the capx look like it is working fine... So I do not understand which one is the issue. I'm looking into doing something similar, so I'm just starting research on this. Please explain in more detail the issue, and maybe I can try to figure it out too. :)