pose1233's Forum Posts

  • I'm using Array.At. But sometimes it says 0. It doesn't always happen, but sometimes it says 0. What is the problem :(

  • Any events running every tick that could affect them?

    I solved the problem by changing the layers of the sprites. but still some text is flashing. do you know the reason so strange. as if every split second visible opening and closing. like flash. but only some texts are wrong

  • What emulator? Any effects in use or low memory availability?

    android emulator. but it has nothing to do with that. used to have the same error on the computer. something is wrong but i don't understand

  • Hello. I have a very strange problem. I exported and tried to see if my game works with the emulator. But there is an absurd problem with Z rankings. The z order of the sprites changes with each page refresh. and they get ahead of each other. This happens randomly.

    Another problem I have is that some articles disappear. Some are constantly blinking. It's like a flash. It is constantly flashing. That's ridiculous.

    Has anyone encountered such problems?

    I see on the computer

    i see when i export

    It changes like this every time I refresh the page

    and as I said earlier some texts and sprites do not appear at all. some are flashing

  • I want to bury the text in the picture under the white background. I thought I could do it with On Collison but it doesn't work for text.

    If the texts do not touch that white area, I want them to be invisible.

    Anyone have an idea?

  • Hello.

    I'm making a life simulation game.

    There are randomly generated sprites in the layouts in the game. These sprites have variables. These sprites represent people. Every sprite is a different person.

    The player can click these sprites and add them as friends. I want the added sprite to spawn in my layout named relations.

    I know that we cannot send objects to different layouts. I know it can be done with variables. But the problem is ... You can add more than one person as a friend without going to the Relationship page. And I don't know how many people to add.

    I wanted to save this information with array and then list it in the layout I want. But it didn't work. Because there are more than 3 variables that I have to keep. Like that person's hair color, age, name ...

    I'm waiting for help.

    Sorry for my bad english

  • Hello. I want to make an online game.

    My game will be completely text-based.

    Players won't be able to see each other's movements. They will fight by just clicking their names.

    In short, this game is like old browser games. You can think like Travian. Or Bitefight.

    I tried to do it. I managed to hide the variables with firebase. I tried to use multiplayer plugin for interaction. But I wanted the variable to increase when the peer clicks on an object. I just couldn't do that.

    What do you think I should use for such a game?

  • How do I know if the user is new? I use firebase plugin. Because whenever I start the game, construct sends random value to firebase. I just want it if it's the first session

  • MySQL is the old database driver, and MySQLi is the Improved driver. The "i" stands for "improved" so it is MySQL improved. MySQLi can be done procedural and object-oriented whereas MySQL can only be used procedurally. Mysqli also supports prepared statements which protect from SQL Injection

    I remeber i was trying for something with sql but didnt happen , after i change to sqli worked.

    How can I use mysqli? What should I do different from the video? Can you help?

  • When i was reading last year for this i found out that you need mysqli instead of mysql.

    I have some leaderboards running in my games and i gave an answer to this topic if it helps you

    https://www.construct.net/en/forum/construct-3/how-do-i-8/implement-fb-instant-game-156652#forumPost1028422

    I do not know the difference. I watched this video. watching again. I hope things haven't changed

    youtube.com/watch

  • Hello. When I used Construct 2 (about 2 years ago) I watched php and mysql tutorials. And I was able to do events such as signing up, changing password, updating data. But now I've forgotten them all.

    Can I still do it in Construct 3 if I watch the lessons again?

    Can I trade and attack between players? The game will be text based

    Thanks for your opinion in advance

  • help me guys :(

  • I added a list to my game. I have edited the places such as font, frame with css. But I have a problem. When I click the list and open the options, the border still looks black. Is there any way I can fix this?

    2. My problem is, will the design of the scroll bar look like this on the phone? If so, it doesn't look very stylish :(

    3. My problem is that when I select an option, it is surrounded by a black frame. I want to make it gray too

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ok, I dont think so you can make that by change the variables number.

    You have to change how the number looks like by changing the text.

    Changing the text does not matter of what number you have , suppost you have $1000 and you add $5500 the variable go to $6500 at anyway , now you have to to edit how the text will show that.

    We gave you some examples allready.

    You have to check whenever the number is 5 6 7 8 etc digit and use the examples.

    Here is an example can show 999.999.999 if you want billion you have to add another line of code.

    https://www.dropbox.com/s/glasvtlszz0o4rk/dot.c3p?dl=0

    thank you I thought of doing this but didn't know how to check how many digits the money was. I learned thanks to you. Thank you again

  • > > > Easy way

    > > >

    > > >

    > > >

    > > >

    > > > But the number is always 5 digits?

    > >

    > > no. I want to add money feature. but it's hard to read

    >

    > It is very sad that there is nothing to do this automatically. It should definitely be in a program like Construct. I have looked at this issue but I cannot understand :( all I want to do is an easy to read money ...

    You want to read money.

    But how you want to read money?

    1.500 or 1.500.00 ? You want to include and cents?

    Or you want to add a dot to the last 3 digits?

    $ 1.500 $ 1.800.548 $ 102.001.154

    I want like

    my english is bad so sorry