xeed's Forum Posts

  • for example str(5) should work.

  • How do you want to use these textfiles?

  • Without JS, or even an alternative view if Javascript is disabled or not supported?

    Many thanks!

  • Pick it before.

  • about the pixels / layoutScale * the device pixels / new layout scale.

    Dont know if it works, but try. I am not that mathematic guru -.-

  • Hi,

    currently c2 games dont have an implemented anticheat protection. Would like permanent temp RAM usage involved.

    Solution is topic.

    Many thanks.

  • Well, at first step at this moment i would guess to check:

    did you allow the base android <-> developer kit to access this feature (at the phone)?

    if it works, try exporting the project on other api's to check if it works there with same rules.

    Or Consider checking a similer project on crosswalk/Intel XDK which made it; before going on this thread.

    rgds

  • Since c2 is multi input.compatible, consider searching the api of the controller engine / driver.

  • Search for "tile map creation". You should find a basic project somewhere.

  • Wow, this is really oldscool. Did not find this example anywhere.

    Many thanks hornet!

    But is there a usage for "object 1 collision with object 2" or "object 5 collision with object 6"

    I guess I need to add more variables to perform this condition. Any "oldscool" condition for an array to use a loop in this code?

    Somehow there seems to be tricky formulas in c2, which could be even easier in a js code class where you need what to do and then the export bugs appear...

  • this will result in a string.

    try str() to convert a string to a number.

  • Look for the permissions in the api, the app must be allowed to change display settings locally. I dont think this is auto-done at the moment.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This should be done about the LayoutScale variable.

    Tell me if it does not work.

  • This does only work for standard apache servers.

    For nginx, iis etc you need to read more google for providing this feature from other ip's.

    rdgs

  • I asked a similar question long time before, and guessed it is already fixed.

    If not, it should be done asap, since the picking multiple ID's of an object in a condition is essential for c2 game making.