Arima's Forum Posts

  • Awesome, thanks Ashley!

  • Please stick to english on the forums or provide a translation. Thanks!

  • Yeah, that moderator was me. :)

    Sounds like an issue for

  • Sometimes I create globals only to not use them later. It would be nice if the warning message about deleting any conditions or actions that use it only appeared if there are conditions or actions that use it in the project somewhere. Otherwise when cleaning up, it requires extra testing to make sure that it really wasn't used and didn't break something by deleting it.

  • You can't make a new thread? what happens when you try?

  • Please stick to english on the forums, or provide a translation. Thanks!

  • You don't need multiple text objects or even layers to keep track of variables - you only need one, with something like:

    action: set text to:

    "Variable 1: " & variable1 & newline & (press shift enter here to start a new line in the expression editor - doesn't create a new line at runtime, that's what newline is for)

    "Variable 2: " & variable2

    Etc.

  • There's a chance some plugins might not be 100% compatible with appmobi or cocoonJS (unsupported features and such - I've checked that the one I linked to works with cocoonJS so I don't think that's the case for that that plugin with appmobi though), but aside from that and no uploading to the scirra arcade, no downsides to them.

  • There's also an "is previewing" condition to make it automatic to delete debug objects when running an exported version.

  • If you don't want to use a third party plugin, for each ordered is the method to use. The plugin I linked to might be faster, though.

  • - you should probably ask that in the off topic forum instead.

  • C2 is far, far better than construct classic (C1), and it should hopefully be getting EXE support as soon as a few issues with awesomium are fixed.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Are you on a computer with a multi-core processor? Because if you were maxing out 1 core on a quad-core machine, it would read 25%.

    Even trying to get C2 to max the CPU usage on my computer doesn't work because C2's runtime only uses one core.

  • Oh hey, I didn't realize that expression existed. Thanks!

  • That won't work for what I want to do with it because I want to position it dynamically at runtime.