Aryles's Forum Posts

  • Thank you, it appeared this was totally normal, someone on the discord told me it was just the way the debuger displayed array. Nothing is wrong, i'm just dense.

  • Hi, I have to load 2 arrays into my game.

    The easiest way I found is to create the arrays in the File Folder of the project manager,

    then to load it into an array objet this way :

    Add the AJAX object to your project.

    Add the following two events:

    1. On start of layout| AJAX: Request array.json (tag "yourArray")

    2. AJAX|On "yourArray" completed |Array Object: Load from JSON string AJAX.LastData

    But when I check the array with the debug mode, it seems all the data from the entire row are affected to the first line of the array, BUT the array seems to be resized at the right size !

    I don't get it... I'm in the middle of the ludum dare game jam, i didn't use construct 3 for months, i'm getting tired and this driving me crazy.

  • Thanks a lot Colludium

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I did the stupid decision to make a old game of mine very dependent on this plugin and i would like to remove it from the project but i can't open the project without the plugin and i can't find it anyware since clay shut down everything that had to do with this it. How can i open the project without the plugin, or does anyone have an old copy of the plugin and could upload it for me ?

  • hahahahha very crazy game, good music too

    Congrats and we want more

    The artist and i will be doing more games together in the futur, maybe not the next one but soon enough, feel free to check our facebook page if you want to know about our next games.

    Awesome choice of music. It reminds me of Zombie Grinder (maybe because of grindcore in the background).

    here you go , they do great stuff, thanks for the comment.

    Loving this idea....got a monthy python feeling about this

    Well it's quite a compliment, glad you liked it, thanks a lot.

  • WOAH! I loved the art! awesome game!

    Thanks ! if you would like to know more about the artist, your can click here to fellow her facebook page and see more of her work

    Haha ! Funky sh*t I like it, with upgrades i would play whole day!

    Hmm, maybe i'll think about making kind of a 2.0 version with upgrade to make it bit more "time sinking" glad you liked it ! thanks

  • and it's stupider than our first. if you enjoy it for a few minutes we're happy with that <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    thanks for playing.

    http://www.newgrounds.com/portal/view/635766

  • Thanks they're done by H?l?ne Jean, a french illustrator

    If you want to see more work from her you can visit this page facebook.com/helenejeanbon

  • Hi ! this is the first game i release with Construct 2. Hope some of you enjoy it, i'm open to any feed back you can give.

    the game is on kongregate because it is more than 10mb, sorry for the ad :x

    kongregate.com/games/KevinH196/weak-breaker

  • Weak-Breaker

    100 - 300 Plays

  • Link to .capx file (required!):

    docs.google.com/file/d/0B5BzvaGyVbdbZUZqWUZlanFSMDA/edit

    Steps to reproduce:

    1. Run the layout on the latest Google Chrome.

    2. Click on the yellow box to stop the first music and start the second one.

    Observed result:

    The first music is stopped but the second music doesn't start.

    Expected result:

    The first music is stopped and the second music start.

    Browsers affected:

    Chrome: YES

    Firefox: NO

    Internet Explorer: ogg format, i did not test it with m4a.( if required i'll do it. )

    Operating system & service pack:

    Windows 7 (64 bits) service pack 1

    Construct 2 version:

    beta 120.2

  • Thanks you, both of you helped me figured out the solution :) have a nice day.

  • // Sory 4 bad engliish

    I'm trying to make a "brick breaking" games, and I'm facing some balls breaker problem.

    What i want to do :

    In order to break one particular type of brick, the player must make the ball collide with it twice in 4 secondes.

    So the ball collide with the brick, and then he has 4 secondes to make the ball collide with it a seconde time to kill it.

    What i tried :

    <img src="http://i.imgur.com/7sdZAP0.jpg" border="0" />

    I know it seems too complex for what I try to do but I tried a lot of simpler options and this one is the only one that seems to work half the time.

    The problem :

    Half the time, the brick die on the first hit.

    I don't get it, and i think a could use a fresh look on what i've done.

  • Well this is exactly what i need, thank you very much !

  • I'll try something in this direction, thanks !