Cipriux's Forum Posts

  • Beaverlicious With CocoonJS the App will pause on phone lock. Like jayderyu said, i think Crosswalk will provide a possibility for running your game/app as a background service. But I am sure we have to wait months for that

    [EDIT] I mean...people from Intel are using Crosswalk to compile your app. Search on forum "XDK new" (search results not older that 1 month). there is an old XDK not based on Crosswalk, so do not read that :P

  • rahmatnf I am using version r155

  • Raganork good one.

  • In my example, if nr of sprites > possible numbers, that it creates infinite loop and game freeze:)

    [EDIT] is like playing LOTO instead of 6/49 you play 50/49

  • rahmatnf

    maybe this can help a little

    capx

    [EDIT] sorry, put the wrong example. try now

  • rahmatnf you mean like a loto or a bingo order?

  • You can use an invisible Sprite to position at random location and check if it overlaps with the monster.

    P.S. 2 sprites that are side by side on a pixel level WILL trigger an overlap condition in C2. Make sure that the Sprite is 1-2 px smaller than the tile, so is no chance of touching the edge of the monster. (I found that the hard way)

    TIP: if you want to use a "snap to grid" use the formula:

    X-X%gridSize

  • curteck you can get the value from textbox and AFTER you set the text to "". that way you don't have empty items on listbox.

    List box items are separate text element that are accessed using an index. So setting a "" text to a listbox, it clears only the item (or row) at a specific index. In my example it just adds one more item at the end or replace the selected item value.

    So to answer your question: Is no trick, just think that the order of your code makes the difference.(copy value then clear ... instead of clear than copy)

    capx

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • railslave better search Unity forum (c# developers), since xna is no longer an active engine.

  • rafhelp you have PM

  • Is there any chance to build a data bridge between Crosswalk and Android OS (inside XDK) ?

    My consideration are:

    • Background service (to remind me that my game need some attention from time to time)
    • Sending an "intent" to the OS, for available installed apps (click on facebook icon inside my game to open facebook app)
    • File manipulation outside browser security restrains

    ... and more

  • IntelRobert

    Is it possible in the future to reduce the library inside the apk to 10MB or less?

  • AnD4D

    x86 or 8086 is an Intel designed hardware architecture. I would say that 99% have a an x86 based physical CPU.

    I would say this is true for PCs, but is the other way around for mobile

  • bscarl88 when installing, first my phone says out of memory, so I had to uninstall some old games...and now when opening the game, I see the C2 logo, but when progress bar is almost at 100% the game closes. tryied this 5 times. Don't know If is my low RAm or the game. I have 400MB empty RAM

  • bscarl88 I was testing it directly in the android chrome web browser. do not know about Crosswalk (cakewalk??).

    send me the link generated by XDK so I can test it with the app launcher

    (click project and then click the mail icon---i think)