pose1233's Forum Posts

  • set text to mid(str(variable1),0,2)&","&mid(str(variable1),2,3)

    What will I do with more digits?

  • > 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 ...

  • Easy way

    But the number is always 5 digits?

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

  • Hello. You can tell me to search the forum for this problem, but believe me I did. But I could not find what I was looking for in any subject.

    Isn't there really an easy way to make the number 10500 look like 10,500?

  • Help us help you.

    https://www.construct.net/en/forum/construct-3/how-do-i-8/best-help-tips-forum-139528

    I explained it clearly actually. I was just looking to scroll the page. I waited a week, but I found it to do it. my problem is solved. thank you

  • :( help me guys

  • Scrolling the page I made in construct 2 does not work in construct 3. Is there an easy way to scroll at 3?

  • I developed this game with construct 2 but now I want to upgrade. but this plugin fails. I cannot delete this because it is used in many parts of my game. what do you think i should do

  • Hello. When I go from one layout to another and come back, some of my objects go down to the bottom of the page. What is the problem? I would be glad if anyone can help

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • life simulation. people open a youtube channel and upload videos :(

  • Hi. I'm sorry for my bad english.

    Imagine you are in a layout named "B". Here you have created objects named "Object". The values of the objects increase at certain time intervals. But only if you are in the "B" layout. If I switch to a layout named "A", how can I keep processing on layout "B"?

    The first method that came to my mind was this:

    I included layouta "B" events named "A". Then I changed the objects I created to GLOBAL. It actually worked. But this time, I can see those objects even when I enter the A screen. Actually I can hide them by changing the Visible property. But they will still stand there. As the game progresses, the number of these objects may exceed 5000. So if they stay there, I think it might slow the game down.

    I'm waiting for your help

  • I've been struggling for 3 days for something that simple. I was about to cancel the project. Thank you very much. I added For each and the problem is solved

  • I'm sorry for my bad english. I have a problem.

    I have a button. Every time I press the button, 1 text object is created. These objects are listed one after the other. And every 5 seconds, the variable named money of these objects increases randomly.

    I want these money variables added to my global variable sequentially every 5 seconds.

    Actually it shouldn't be a problem, but there is. The loop only sees my last or top (I don't know exactly) text object and adds the number in its variable named money. I want all my text objects to see and add their variables separately.

    My problem is a little complicated. I hope I could explain in my bad English. I used the translator.

    I would be glad if you help. Bye

    I mentioned the loop in position, but I am not using the "LOOP" activity in construct 2. I do not want to be misunderstood. By loop, I mean exactly that my activity descends from top to bottom.

  • help mee :(

  • Hello. I am making a Bitlife style text based life simulation game.

    There will be a feature called "Being a Youtuber" in my game. But I couldn't decide which way to do it.

    There will be 2 buttons named "Upload Video" and "Videos". Pressing the upload video button will add a video to the videos layer. So far everything is true.

    But I just couldn't do the algorithm. How will the videos that users add while continuing their life in other layouts get watched by themselves? How will a video be trending? or how to gain subscribers. As I said, I know how to use construct2. But I could not set up the algorithm in my mind.

    I need your opinion. What do you think is the easiest way?

    Sorry for my bad english