Content tagged local-storage

Similar Tags

Report Tag

64 usages of this tag
  • 1 replies
  • 226 views
This content is deleted
Forum Topic
How do I set an event on first game launch?
0 favourites

I got some files that contain start data, that is being modified later on. So I wanted to load the data from the files on game start to the local storage and wh...

  • 2 replies
  • 290 views
This content is deleted
Forum Topic
How do I save 30+ variables with LocalStorage?
0 favourites

My game has a lot of variables from coins, upgrades, etc. That I want to save. Currently, I'm using LocalStorage to save all these variables, and they're gettin...

  • 4 replies
  • 240 views
This content is deleted
Forum Topic
How do I update value of localStorage?
0 favourites

I just try the simplest thing change the value of my attack and attack speed but it just dont work even I recreated them. Is this a bug? First I create value of...

posted 2 years ago
  • 3 replies
  • 348 views
This content is deleted
Forum Topic
How do I store text input?
0 favourites

I'm trying to make a simple app where I need a text to be editable. I need it to work so when I edit the text, it saves the text in the textbox, and when I reen...

  • 0 replies
  • 230 views
This content is deleted
Forum Topic
How do I "extend" the storage functionality?
0 favourites

Background: I want to encrypt the LocalStorage entries for games. Basically it's not a problem if I override setItem and getItem. With Construct 2 games it was...

  • 2 replies
  • 320 views
This content is deleted
Forum Topic
Question on updating and localstorage?
0 favourites

I am a couple of days away from releasing my first couple of games for Android and iOS. I have never done it before and just wondering. I know if there are bugs...

  • 3 replies
  • 417 views
This content is deleted
Forum Topic
Problem clearing local storage in preview?
0 favourites

I am trying to reset the local storage in Construct 3. I have tried clearing storage on View menu and storage clean up. But when I preview the game the score is...

posted 2 years ago
  • 3 replies
  • 574 views
This content is deleted
Forum Topic
How do I Save and Load an Array in a Dictionary?
0 favourites

First time posting. Working on my first Construct (C3) project and want to be able to save some game settings include a top ten scores (with names and rank). I'...

  • 4 replies
  • 366 views
This content is deleted
Forum Topic
Problem with Global Variable Resetting?
0 favourites

I am a bit puzzled by this. I have set up global variables for levels and lives. The levels are working and saving but lives are resetting? For example I have s...

  • 4 replies
  • 246 views
This content is deleted
Forum Topic
I want to save a bool value in WebStorage
0 favourites

I want to store a bool value in WebStorage. If you save using a dictionary, it will be saved as 0 or 1. Is there a way to save true and false to WebStorage? Ple...

Similar Tags