ebrar's Forum Posts

  • thanks Kyatric,

    I checked that and saw this:

    <img src="https://dl.dropboxusercontent.com/u/87325929/arcadeJsonProblem.png" border="0" />

    I think the problem come from arcade because it seems there is a problem about json files. Each time i try to start (clicking on hardcore or peaceful buttons) i get another json file not found error.

    I can share capx if needed.

  • jayderyu

    windows 7, [hardware? more specifically?], location: istanbul, Turkey

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • working for me. but game created two characters for me, i was controlling both at the same time.

    there was some minor lag too. my enemy was making little jumps/teleports in game-space :)

  • Maybe my game should be deleted from arcade if the problem won't be solved soon.

  • Hi

    I've uploaded my game to arcade and realised when try to play it that game doesn't start (red line doesn't appear). Game uses some json files to draw the red line maybe the problem is related with it.

    Same game works well at newgrounds touchjam

    and in preview too.

    Thanks in advance.

  • Hey people, here is some good news (i think)

    I've copied the post below of TomFulp from here

    "At 4/24/13 01:07 AM, unclejunkie wrote:

    Question here!

    How will be the results calculated? By players' rating or by some kind of jury's decision?

    [Tom Fulp:] Player ratings help as a guide but ultimately the staff selects the winners."

  • interesting. we can vote for our games, once a day!!

    is it normal?

  • Anybody knows when the voting ends and the results will be anounced?

    edit: coolernow123 "magnetized" will probably win this jam btw :)

  • thanks a lot Dave Hailwood. Good luck to you too.

    and i've finally submitted it. Hope there is no more bugs :)

    newgrounds link

  • thanks again Dave Hailwood,

    if anybody wanna test, here is complete game (finally)

  • thanks Dave Hailwood

    i can't see any game breaking (or any other) bug now in my game. And I want to upload it. but How can I do that if I can't reach tom? Maybe I must be a little patient.

  • today is the last day or tomorrow is the last day to upload our games?

    I can't reach tomFulp btw :/

  • nearly finished version. only credits and maybe some more levels, music etc. will be added.

    if found any bug please warn me, I'll soon post this to newgrounds jam.

    new working link, others are unavailable at the moment.

    thanks in advance.

  • some improvements (time limit mode etc.), still not finished.

    game

  • if touch is over the a specific grid which matches the array position set it to "true" and then add the green tile.

    problem is I can't figure out how to put a touch condition which is convenient for this. There is "on Nth touch ends" but thats not what I want.

    It must be a "on touch end" condition. If I make a "touch is over (is touching)" condition, then it will change the array value while I am still touching the grid, and it will change it again and again and again.