weirba's Forum Posts

  • 5 posts
  • So my solution, which was definitely a roundabout way, was to use the text box to input text into another text object that was set to invisible. I then compared the Math equation with what was in the text object instead of the input text box.

  • Thanks. I will give that a shot next.

  • I have created a random multiplication equation. I have played with tutorials where I can display random choices for a user to select from, but I don't want a multiple choice. I want the user to type in an answer into a text input box, hit the enter key, and then have it compare with the values. When using Keyboard, On enter pressed, I don't have any options for comparing.

    Tagged:

  • Yes, that worked well. Thank you very much.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I have a sprite that is just bouncing off of solids. I want it to face right when moving right and face left when moving left. I set up a "state". I know the state works because I can make it change the direction by changing the state, but whichever state I pick it keeps only that direction. I have tried changing the mirror when the state changes to the opposite direction. I have also tried to create a new animation with the sprite moving in the opposite direction and then setting that animation when the state changes. No luck. Any Ideas?

  • 5 posts