igalencar's Forum Posts

  • Well the converter did not work.. but i try to convert using the default command line.

    Does i have any other alternative to be able to proceed a level by reading a image from the camera, instead the qrcode ?

  • I have i game that i will publish into google play, and in the game i need to read a qr code before continue to the main gameplay.

    How do i do that?

  • MY Construct 3 desktop, despite it has been updated... still getting 403 error over open from the google drive.

  • I have a cool looking spritefont that i will be editing to make versions for PT_Br an spanish.. most for character like ç ã â á and many more.

    Any tips of how do i make.. specific for á Á that are one char above another.

  • Well long time no see.. aproaching the final moments of my game.. and have implemented.

    Upgrades, 8 types of lazers (each with his own upgrade)

    3 ships with upgrades.

    4 drones each with upgrades as well

    All of those the player will be able to equip diferent types of lazers.

    Doing now the dialogues system as well with the cutscenes system.

  • Mine does not update.. i´m still on 104

  • IM going again to BRING festival, last one quasar was one of the main features.

    Now we are again looking for the player feedback.

    https://igalencar.itch.io/quasar

    For anyone wiling to try out what i will be showing

  • SInce my game Quasar is near launch (late august, is there a possibility that i launch it using Construct 3 runtime?

  • > dop2000

    You still didn't said if the problem was solved or not??? igalencar Also if the problem persists, a screen shot of that call and before and after wait calls or every 2 seconds stuff, will help a lot to identify the problem.

    Yes it was solved. i down size of images from my explosions effects

  • The game is very NEAR complete...

    This 07/03/2018 i will be atending BRING FESTIVAl for the second time.. and showcasing Quasar there.

    As before the build i will put onine so you all can test it.

    In this final touch moments.. i do like to thank a lot the comunity for all the help.

    I was on of the firsts that brought construct 3, and never came back to C2, as before i backed up the platform and believe, as in every engine or tool there are issues, but i do love to have the open mind.

    I dont think in any other platform wehn doing 2d games.

    Thanks all again.

  • The idea is to rescale images so they are smaller in size noth only e visual effect

  • I guess you guys are wrong or the documentation is wrong..

    floor(random(14))

    i go from steps 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14

    round numbers.

    But i guess im wrong

  • I need to rescale the whole game in 50%.

    the images and the actual screen.

    Is there a option to do that for the whole game as once or i need to rescale image by image?

  • The reason is to have a very good visual effect.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello everyone.. in my space game i have a obkect that is a explosion animation .. int that object i have 17 diferent animations with about 40 frames each.

    So when i spawn it i do a floor(random(17)) to create a variation of the explosion.

    But when it does the game freezes for a bit.

    Is there a option to preload all animations?