RodDude's Forum Posts

  • 5 posts
  • As a side note, the same problem exists with exporting to CocoonJS for an Android build. It does not load with accelerated physics but it does load with standard web-based physics.

  • Thank you! I almost had a heart attack.

  • We are looking for a developer to build some programs using Construct 2. The programs will be educational technology used to teach students in grades 6-Geometry how to do math.

    Please respond with a sample of a program you have created using construct 2. Please also let us know the rate you will charge by indicating how much you would have charged for your sample program.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Figured something out so I thought I would pass it on. The following code did not work for me.

    -----

    set text to ("line1"&Newline&"line2")

    -----

    Since it created Line1Line2, the textbox did not move it to different lines because it still thought it was the same word.

    This worked for me though:

    -----

    set text to ("line1 "&Newline&"line2")

    -----

    The space after line1 made the difference.

  • Very cool. Thanks for the idea. I definitely needed that.

  • 5 posts