lionz's Forum Posts

  • That's not for anyone else to answer but yourself, you design the game and where the player saves their progress.

  • You described well what you did but I don't think you said what the problem is although I am translating. If you cannot set the skin for the player and are using instance variables that do not go between layouts try using a global variable for the player.

  • Save game is what you're after, it saves the state of the game including the many objects you have. Not sure I can explain it any other way.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • So you have it triggering how? Share the event or describe it.

  • The persist behaviour itself saves the sprite's status when you go between layouts, that's what it is for. If you want to save the sprite after you close the game and load it again then you use system save/load.

  • Not got time to check the file but in general terms you would say if ns greater than 40, set ns to 40.

  • What specific data are you trying to save?

  • Probably the sound is set to play on 'key is down' ? This keep running constantly, you can use 'On jump' from the platform behaviour to play the sound.

  • If you use 'system : save' this will save the game, and you can use 'system : load' action later to load it.

  • Yeah I didn't see anywhere you set the variable to true but with that event disabled it all works fine for some reason. Not really sure on what the deal is with that UI layout tbh but since the event is 'every tick' it has a change of going wrong without you noticing, to me it looks like it could get stuck in a loop going from UI back to the main layout, or it is going to the same layout continuously.

  • The cause is that condition XHas UI on Game Sheet. Looks like it is caught in a loop going between one layout and the UI layout or something.

  • Heya, by default it works with the arrow keys, but you can change these later on to WASD or something custom.

  • Gonna need more info than that, do you mean the bullets? Anything that disappears you have done with your own events.

  • You do not have permission to view this post

  • Looks like the origin point is moving, you can set it to the middle of the image and apply to all frames of an animation in the image editor. Look at the image points and see their position for each individual frame, probably one is way off.