I tried to search it but i can't find it.
I also search it in plugin and behaviors list but nothing.
Can someone tell me where it is and which is the difference between Webstorage?
Both local and web storage are objects. You create them just like you create a sprite. If you can't find them at the objects menu try to update your construct version
Develop games in your browser. Powerful, performant & highly capable.
ouch! thanks a lot, also do you know which is the difference between both? because i worked with the webstorage for the last year.
After version r206 Web storage became Local storage. But they work the same way.
You can read more about it here: https://www.scirra.com/manual/120/webstorage
Glad I could help
<img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">
On that note, we're developing a game which is almost finished using Web Storage. But since the update came out we're hesitant to upgrade our Construct versions since we don't want to break all the saving. If we update will Local Storage literally REPLACE all existing Web Storage events with the Local Storage equivalent? Or must everything be recoded manually in Local Storage?
WebStorage has been deprecated, not removed. Your project will still work. There is work to switch to LocalStorage though.