selmi007's Forum Posts

  • Hi everyone,

    I have an array of words, for example: ["Harmony", "Venture", "Illuminate", "Catalyst", "Whisper", "Resolve", "Ember", "Ascent", "Heaven"].

    I want to display these words inside a container (e.g., a Sprite). Each word from the array will be its own Text object.

    The desired layout is as follows (inspired by how answers are sometimes displayed in word search games, see image below for an example):

    Row Formation:

    The Text objects (words) should be arranged into rows.

    Each row should accommodate as many words as possible from the array without the combined width of the Text objects in that row (plus a defined horizontal spacing between them) exceeding the container's width.

    When adding the next word would exceed the container's width, that word should start a new row.

    If a single word (a single Text object) is wider than the container, it should occupy its own row.

    Horizontal Centering of Rows: Each complete row of Text objects should be horizontally centered within the container.

    Vertical Centering of the Entire Block: The entire resulting block of rows (all the Text objects collectively) should be vertically centered within the container.

    https://drive.google.com/file/d/1b6TN_BRHcA2dXvGLn0NE_EgNGF5pgf-T/view?usp=sharing

  • Maverick1912 Thank you, you're amazing! ...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • [Maverick1912] Thanks for your response.Can you please provide a .c3p example?

  • I use construct 3 r268 and i have a problem when i try to select sprite i found that the selection is outside the sprite itself,sometime i cant even select the sprite,especially when i zoom out the editor.Is this a bug or i have to change something in the parameters.

  • Hi

    Is it possible to create Square Progress Bar using Construct 3?

  • Still not working :(

  • Not working !!!

  • the mobile facebook plugin must be updated

    "Beginning October 5, 2021, Facebook Login will no longer support using Android embedded browsers (WebViews) for logging in users. To avoid a disrupted user experience, please use the following checklist to use Custom Tabs instead:"

    developers.facebook.com/docs/facebook-login/android/deprecating-webviews.

    when i use it it show message that facebook will soondisable logging in from embdded browsers.

  • is it possible to use facebook plugin to implement facebook login to a mobile app?

  • Is there a way to transfert images between players in multiplayer games?

    for example the player's avatar loaded from facebook so player 1 get the avatar of player 2 and so player2

  • thank you

  • Hi..

    I want to create a "Share button" where it pops-up the official Android sharing dialog box (such as: WhatsApp, Gmail, message ...) to share the app.

    Like this one:

    is this possible with construct 3?

    thank you

  • Hi

    I want to create multiplayer game (like ludo game),the problem is that the game have multiple instance of object on host and peer side ,i can't set the Id of peer and the Id of the host on the side of peer,and also can't associate all these objects with the peer id

  • mrcgkh can you please explain to me the last line? thank you

  • mrcgkh this is exactly what i've been waiting for.

    thank you so much :)