Daggio's Forum Posts

  • Thank you.

    I only use C2 for a few months, but I have about 2 years of experience on game programming, previously used AS3

  • Hi all,

    I am currently available to code on your projects if you're needing a programmer. Not to join in a team, but for contract work. I can code pretty much any kind of genre if there's a pretty good GDD to base my code.

    my OGAM profile is here: onegameamonth.com/AryadiPS

    if anyone's interested, they can reply here, shoot me a PM, or throw something to aryadiperwiras at hotmail dot com

    cheers!

  • I used JDK 7, always thought that newer is better

    will download version 6 and see if it works

    edit:

    JDK 6 worked! thanks a lot!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi Dhondon, I think I meet your requirements. For example of my games, you can find them here: onegameamonth.com/AryadiPS

    the first one was made with RPG maker, so that doesn't count. The second one was made with free version of construct 2, and the rest are with personal version.

    Those were made in under a month, but I can work on bigger project that takes longer

    if you want to contact me, PM or throw me an email at aryadiperwiras at hotmail dot com

    :D

  • Hi all,

    I've made a game and published it for android using cocoonJS, after getting the unsigned release apk from cocoonJS, I followed instructions from this forum to get a keystore file and follow the steps until I zipaligned my apk. It works fine without problem, now I have autobo_release1.0.apk which is my final game file

    but when I'm about to install it on my tablet (and my brother's phone), I got an error saying "Application not installed" with no other details. I don't know how it's like this. Any help or advice? thanks

    (do I need to upload my apk here? I don't think so, but well, maybe...)

  • I'm interested but my timezone isn't US, but GMT+7, can we somehow have a chat or would you prefer via email?

  • Hi,

    if any of you are wanting/already working on a game, already got your graphics covered but still find difficulties on realizing it on Construct 2, throw me a PM or mail at aryadiperwiras at hotmail dot com

    I work for flexible pricing, we can negotiate more about it but basically, my currency is weak against US dollars so what you consider "cheap" might be "pretty cool to live for a month" for me

    thanks

  • does it have to be from Australia when we can do G+ hangout?

    I want to help but I'm from Indonesia

    assuming it's programming work

  • hi

    if sulli is not recruited yet, and you're still open to hire a programmer, you can PM me or send me an email --> aryadiperwiras(at)hotmail(dot)com

  • wow, that solved it Guizmus! thanks! XD

    now I know what pick nth instance is for :D

  • in my code I have several events like this

    + for (something)

    + letterTile | touched

    + letterTile | another condition

    I understand that I can get how many of letterTile instances picked at the another condition event using letterTile.pickedCount, but how do I get the second instance of the picked letterTile object?

    I tried for looping using letterTile.pickedCount as the end index but that doesn't work like I want it to.

  • a simple way is to check if it collides with any other solid block, and then stop it from moving, one way to do this is by moving it to the opposite direction with the same speed

  • shoot event isn't provided in construct 2, it's a game logic that you need to implement yourself.

    how? like bluePhaze said, one example is on key press

  • oh, my bad. I didn't get that you haven't purchased. But I think even the personal license is enough, no need to buy the business license yet.

    even if you haven't purchased any license, you can export your game to HTML5 and access it via your phone browser

  • yes it is possible. You can export your game for phonegap, and use phonegap service to make an apk of your game