igortyhon's Forum Posts

  • You didn't post the c3p files so we could check our own. What model of video card do you have?

    For the test I created an empty project with 30 text objects. Chrome browser. Version C3 is stable. The video card is a very weak GT1030.

    I noticed that there is a small load in the editor, but not critical.

    Here's what I got.

  • Here's a simplified example.

    This is not my example, I don't remember who wrote it.

    File c3p

  • You probably think we're gonna get a crystal ball and help.

    Post a screenshot or a c3p file then there's a chance. There's a lot of options for what went wrong.

  • The way it works now is that you set the value to 1 and the next condition switches it to 0.

    Add a wait of 0.1 before assigning a variable.

  • Hi, it happens that after publication players find bugs and write to the developer to fix them.

    I didn't understand the game logic to come up with something clever or some additional check before using the hook.

    I just slightly fixed the collision of a piece of the map and now this place is safe and the state (overlapping) works better. But all the other places and just as dangerous.

    If you are making a similar game this is a great opportunity to figure it out and make it better!

  • c3p

    I created a simple example.

    There is a pool of cards from which we give cards to a player without repeating.

  • I would have two arrays, one permanent with a list of cards with their unique number and properties.

    The other with the cards in the player's hand.

    And when generating a new card, I can select a random card from the first array and check if the player has such a card in the array. If there is, I select another random card again, if not, I show it to the player and stop the selection automaton.

    I don't know if I've made myself clear.

    I do not have a ready example, but recently I did an example with the selection of skils and there too skils that have reached the maximum level were not offered to the player. Take a look.

    c3p

  • https://kibaga.org/c3-example/file_uploads/index.php?file_name=../Motion-and-animation-in-8-directions-Angl-r358.c3p

    Here's an example

    ---

    I'm sorry. This is an example for the top view.

    The jumps will be different for the side view.

    Look in the examples for Construct3 there is what you need.

    editor.construct.net

    editor.construct.net

    You can replace the arrows with WASD

  • Added in-game purchases on Apple today.

    Test purchases in Xcode work.

    After moderation I will test a real purchase from the store and write here.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Did aab package build, server is working fine.

    Look for the problem in your settings.

  • You can attach a *.c3p with the problematic scene.

  • *.c3p

    I did this example recently.

  • -He will need to pay for the apple developers program $99.

    -Download and install XCode.

    -After that, you will be able to create signature keys and connect in applestore connect.

    This will allow you to post packages collected on your Apple device.

    I was considering this recently and had to buy a macbook and an iPhone. There were other options with renting a virtual device, but they are all unreliable it could cause me to lose my game.

    -If your product finds its audience on android you will make money and can invest in buying new devices like I did.

    -If your game won't be played on android, don't kid yourself, it won't be played on apple either.

    I recommend not to rush with applestore and put out there only after the profit on android.

  • You need to change the collision collision of the hero. Collision collision with furniture and map details should be equal to his shadow.

  • https://kibaga.org/c3-example/file_uploads/index.php?file_name=../Mario-Tube-Flower-Samol.c3p

    I added a smooth camera in this example for Mario, you can see how it's made and customize it for yourself.