Claudiu V's Forum Posts

  • I've tried that but I get the same result.

    The levels should be all visible in the MainMenu if Levels=18, when after finishing the first level it should be 2.

  • The problem is that it doesn't work properly.

    When I disable the group with the LocalStorage plugin, it work fine but it does not save the variable (obviously).

    When I enable it, when I'm in the MainMenu, Levels = 1, as it should. When I enter the first level, Levels = NaN. And if I go back in the MainMenu all levels are visible, when it shouldn't be like that.

  • Hi.

    I have a hard time saving a variable with the local storage plugin.

    I need to save the level progress in my game. I've included those events in the image in every level but not in the MainMenu event sheet. How should I separate those lines so they work properly?

    I am using NW.js

  • Hi! I've recently published my steam page. Check it for more details!

    store.steampowered.com/app/1547320/Escape_Underground

  • You do not have permission to view this post

  • Works! Thanks a lot!

  • staleevolution I've thought of that first, but it takes a lot of time to do it since I have other sprites, too.

    calminthenight Thank you! It works.

    Does it takes a lot of events if I want the chain links to be spawn correctly when the chain is rotated?

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Hi.

    I am trying to spawn a chain link sprite every 10 pixels of the width of another sprite (chain image).

    This is to simulate an effect when the chain is destroyed.

    What is the code for that please ?

    I've added an event with the condition: "repeat Chaines.Width/10" but the actions I've tried won't work.

  • A screenshot from the first level of my game.

  • AllanR Hey! That's what I need, thanks a lot !

  • I've tried it and then made some changes but its not working.

    I need the platform to go down when one or no button is pressed.

    When both are pressed should go up.