lionz's Forum Posts

  • Do you mean load like you are loading a save game?

  • This isn't all the events. They shouldn't be answering it during the wait so make sure the timer has finished before the wait and they cannot answer anything. Even if 1 second to go before the wait it should be fine? I also don't see a variable set, it is good to lock out player input with a variable so you know when they can and cannot do something like answer the question.

  • Do you ever set levelpopup global variable back to 0 ? If this remains as 1 then the function is not true. You can have logic such as when ad finished set back to 0.

  • Are you saying you tested it on a mobile device and you were happy with the performance?

  • Did you make sure the platforms are aligned correctly? Use a grid and make sure they lock in place to avoid any weird physics stuff happening.

  • Well you may have answered your own question, the imported sprite could have a different collision polygon shape to the previous sprite you used. If it's not this I don't see how anyone could guess the cause of this problem, would need to check out the project file.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you're talking purely about the first part of that you could spawn the souls where the player died then set position to a previous checkpoint. If you go between layouts you can give the soul object 'persist' behaviour so they stay there until picked up.

  • I think after you show you have to create it again, you are creating it once? Or do you level up after the layout restarts?

  • You do not have permission to view this post

  • Check in debug view when it is creating the extra characters, maybe it's doing it from the very beginning with an event you have running every tick and you only notice it when the first character moves.

  • Do you mean data or displayed text? You can store data in arrays if you want, import the data from somewhere else. For displaying the text there is a text object, or for text input there is a textbox object.

  • random(x,y)

  • When you create the instance you can set its variables in the same event.

  • yes, but if I'm nested in more than 1 "For Each"? like I'm in the third level, but I need to find the level 2 loopindex?

    I still just use loopindex within its own loop. If you have a problem grabbing data then please explain the problem.

  • You can just use loopindex