Nazzaroth's Forum Posts

  • 7 posts
  • Thank you for your answer.

    I took a good look at my code after your tip and it turns out i had some ordering issuse with when the programm loads from storage and when to save to storage which resulted in me always saving the unaltered data everytime i reopened the app.

    some triggermagic later and everything runs butterysmooth. :3

    again thanks for the nudge in the right direction.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hello everyone,

    once again i need your help with a problem that came up.

    for my game i load in data into arrays first. then the user can change some data in the array. because those changes should stay permanent i thought i use local stoarage to save it. and it actually works fine until i close the app and reopen it. then all data gets reset to the original values.

    Is this a problem in my local storage usage or should i actually use a completely diffrent tool to save data between more than one app uses? If thats the case does someone have a demo capx he could show me?

    Big thanks for your answers :3

  • Took be a bit to understand the concept of UIDs and how to use them but now i wrapped my head around it and it

    works the way i want it.

    Thank you for pushing me in the right direction :3

  • Heya everyone

    so in my project i have a few diffrent Arrays lets call them Array1, Array2 etc.

    What i want to do now is diffrentiate between them with variables

    example:

    set text to array&Number&.At(1,1,0)

    But construct 2 doesnt cant understand this code as an array call.

    So why not but diffrent arrays into the 3rd dimenson of one Array? Because i need the specific Height of each

    individual Array. If theres a Action for that then pls tell me i only was able to get the highest Number from every Array.

    Soo my question is, can i call Arrays with Variables or is there another way to call diffrent Arrays?

    Thank you guys for the Answers :3

  • actually i have to correct that <.<

    only most characters are shown now, there are still problems with a some of them. cant see any conection between them too. some are shown some are not. do i have to change some settings still?

  • Thank you a bunch. Worked like a charm :3

  • For my project i need Japanese Characters ( for those that dont know Kanji and Hiragana) plus their english equivalent loaded into an array.

    I did that before with rexrainbows csv2array plugin but i only raw pasted the data into the dataentry field there, not the most elegant version.

    so i tryed the same thing with ajax but at that point the Characters get messed up and unreadable.

    then i tried to write the data into the array manually with loops.

    still the characters are unreadable.

    So my question is now: is there a way to use ajax with japanese characters staying readable?

    Thanks in advance for your help, it is greatly apreciated! :3

  • 7 posts