FrostM's Forum Posts

  • Sorry for the late late response. I been very busy in other aspects to my life plus I needed a break and some social life. I managed to add a lot of stuff to the game thanks to your video. HighScore, save coins, etc... thanks a lot. That why I like this forums. Thanks ALLMarkMade! :)

  • I managed to do it thanks to But I'm uncertain if it works because when I restart the browser it loses all the coins from the previous run. Is this normal? Its supposed to happen like this on a browser and work fine on iOS?

  • ALLMarkMade I did this:

    Event: WebStorage - Local Key Exists "Coins"

    Action: System - set value - int(WebStorage.LocalValue("coins"))

    But now it doesnt show in game how many coins I collected. I think it doesnt work.

    This is my weak point. I need help please.

  • I tried with webstorage again but it isnt clear.

    Could someone be so kind post the stuff I need to save the coins I pick during play so I have them for the next time I play the app? Please?

  • I tried with WebStorage but it isnt clear at all. Compared to the rest of Construct 2 is a pain to use. Any other way?

  • Bump: Anybody knows how to save the coins I collect in game for when I play again I still have them? Please?

  • Already made something up

    The boss now spawns a precalculated number of mines using the wait - create combo :)

  • Just figured out, but I cant seem to make the dropping of mines while the boss is there endless. He just spawn 1 and thats it :( Any help?

  • Better question: Does anybody know how to stop the system spawning an object when (for example) the character reaches a score of 3000?

    I want that when I reach that score, a boss appears, and he drops mines. But what happens to me is that the system spawns mines even if the boss is not there, its always spamming mines. And setting for the boss to spawn the mine ends up with the mines moving at 360 degrees and not 90 like it want them to. Please help is driving me nuts...

  • And that worked like a charm, thanks again Allan :)

    Anybody knows how to save the coins I collect in game for when I play again I still have them, on an iPhone? Please?

  • Thanks AllanR, much appreciated. Will try that now :)

  • Back to work... how can I spawn a background after the one that is currently moving when my character scores 3000 points? Please?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Wow, setting the app to run on an iPhone its extremely simple with Construct 2 and CocoonJS. I I can test on my iPhone without AppStore approval. So happy with my purchase :)

  • This is another reason I bought Construct 2 over other engines: amazing forum support with links and all things. Thank you Kyatric, sometimes we miss the simplest stuff. :)

  • Just went through all tutorials on CocoonJS and its simpler than I thought... already bought the license :)

    Can somebody help me with randoms? I try for the system to choose a layout at the beginning but all I found are random for instance, not for a boolean. Any help please?