WesleyDeveloper9's Forum Posts

  • Greeting Construct users,

    My game engine (Construct 2) refuse to display the images that are envolve in my game. I think that the dialogue have mentioned that some of my .png files are corrupt. I can't afford to delete my project and start it all over again. Can you give me some suggestion to solve my problem? This is the pictures of the error messages that Construct 2 is displaying each time that I open my project:

  • To oosyrag:

    Thank you for your help! Your instructions lead me to the solution. The solution was to give a negative value to the angle of the laser ray.

    Thank you again!

  • Greeting Construct users,

    I am trying to make a spaceship shoot straight, so the laser can travel from the bottom of the screen to the top. But unfortunately, the laser is shooting at the right side of the screen rather than upwards, despite the fact that the spaceship is vertically positioned. This is a picture of the code, the "bullet behaviour" properties window and a picture of the spaceship shooting at the right side of the screen. According to the pictures and the explanation of the issue, can you tell me how can I solve this problem?:

  • To Kyatric:

    Do you know if this feature is available in Construct 2?

  • Hi everyone,

    With the "Text" object is it possible to create an effect that shows a cursor that types words on the screen of your computer?

    Thank you!

    Tagged:

  • To dop2000:

    First of all, I would like to know if the "Remote Preview" is available in the Free Edition of Construct 3?

    If the answer is yes, I would like to know how can I access the "Remote Preview" option (the steps).

    Thank you!

  • To dop2000:

    Thank you for your help! In your previous comment, you were talking about testing my game with my cell phone using the "Remote preview" option. But I will have to publish my game first and then submit my files on the web to be able to test it on my cellphone?

  • To dop2000:

    - What do you mean by Button Type? You mean the buttons that Construct 2 provides in the "Insert Object" box in "Form Controls"?

    - Are you saying that when we use the button provided by Construct 2 we don't need to add the Touch object because they will still be clickable when we play on a cellphone or a Tablet?

  • My button will work?

    I am just going to submit a picture of my Event Sheet and tell me if my buttons will work when I will put my fingers over it when I play the game with a Touchscreen:

  • To BadMario:

    Ok, I have made the modification, I put "Touch" object into "is in touch" condition. Here's an image of the modification that I have made:

  • To BadMario:

    I have followed your instructions to make my character move by using the "Touch" object, and I have put the following code in the Event Sheet (The code in the image below). Can you tell me if this code work:

    You also told me to create a variable called centerX and I did. I gave to the centerX variable 427 as a value, because my layout is 854 pixels wide, so 427 will be the center. Here's a picture of the variable:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • To Nepeo:

    Thank you for the information, I have found the correct comparison condition.

  • To BadMario:

    I have sought for the Condition that will allow me to enter the following values: " if Touch.X < centerX" and I did not find it. I took a look in the "Size & Position" area in the "Condition" box and nothing match your instruction. Maybe you should send me a screenshot of an Event sheet with as a visual example of the code so I can properly know what to do.

    Thank you!

  • Is it the right procedure to make the board (a sprite that represents the player), to move right or left by using the Touch object? Here's the Event Sheet and tell me what you think (check the code within the red rectangle):

  • To Kyatric:

    I read the "Supporting multiple screen sizes" and according to what I read I think that it's better for me to keep the "Letterbox scale" option selected for my game.