mathie's Recent Forum Activity

  • Hello,

    A publisher ask me to add to my game

    "FB SDK, Appsflyer and Game Analytics in the game "?

    It seems it's to follow some datas about the game download. Is there some equivalent in construct3?

    How can i proceed?

  • Hello,

    I just release my game on the playstore and i would love to get soome feedback.

    Here is the link.

    It's a relaxing puzzle game, don't hesitate to try it.

    play.google.com/store/apps/details

  • Hello,

    I wonder is there something already implement in C3 or if there is an easy solution to adapt our mobile game on every mobile screen.

    I saw some stuff avout resyzing all the object according to the screen syze but what about the position?

  • Your admob details are wrong. Correct it

    Thanks everybody.

    Can you tell me more about what is wrong on the admob details?

  • I up, I still don't find a solution.

    If you have some idea.

  • If someone has an idea?

  • Did you mean Debug apk? This is ideal that we should export the debug and check it on our real device before the signed apk.

    Maybe there is a layout issue, the wrong layout might have been selected at the startup.

    All the best.

    The app store doesn't accept debug apk, only app bundle now.

    The first layout is the menu.

    Might it be a problem with admob or storage?

  • Hello,

    I have no problem to play the game in the debug mode and i see nothing strange.

    But after puting it in the playstore. When open the game automatically close.

    I don't have infinite loop.

    What did i miss?

    Here i sa link to test.

    play.google.com/store/apps/details

    Thanks

  • Hello,

    I want to make at the end of the level a specific transition.

    I would like all the level divides in part and open like elevator door.

    Except that it won't be only right and left but also top and bottom.

    Is it possible in construct?

  • Hello,

    I'am trying to make a project where the player can change the color of an object by using slide bar.

    Each slide bar will change the red, the blue or the yellow.

    My problem is on the RGB, specifically with the green as I would prefer to use yellow instead for the mix of color in my game.

    Is there a formula or a way to make a slide bar who will add or decrease the yellow in the sprite?

    Thanks for your help

  • Here's the example using an array.

    https://www.dropbox.com/s/1hevbeddf81x3u6/grid_motion_array.capx?dl=1

    The array has 1 if something is at that grid space and 0 if nothing is there. That's initially setup at the start of layout.

    motion logic is basically this:

    want to move right?
    is right grid position empty?
    -- set current grid position to empty
    -- set right grid position to full
    -- start move

    You then look at the sprites in order as you have with "for each ordered".

    That's exactly what i want to do.

    Thanks from all my heart :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I probably explained it poorly. The gist is to not check the objects current position for collisions, but the position it’s moving to.

    No sorry it's me.

    You mean like that?

    I will test if they aren't contradiction

mathie's avatar

mathie

Member since 7 Feb, 2019

Twitter
mathie has 1 followers

Trophy Case

  • 5-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

9/44
How to earn trophies