megatronx's Forum Posts

  • shinkan Oh really? I didn't know, it seems I'm using old version of node-webkit... ugh! Thanks for this note!

    Besides, the startup time is bothering me a lot

    Have you got load per layout set up? Maybe that's why. Hard for me to say thought, I haven't really do anything big in c2 yet.

  • Bump

  • Oh man, didn't know about it. That would be great to have that feature.

    Edit@ You can extract package.nw, but you can't place files in different folders. Atm the only solution I can see is to create shortcut and place it in folder higher in hierarchy.

    But you're saying the .exe is 80mb. I didn't know it's growing the more stuff you add.

  • Hello, Yann is it possible to apply texture to it that would deform?

  • Hi,

    I've got a stage with sort of 3d depth. When my character moves at angle within that pseudo 3d space, and moves at angle, I need him to move at different vector velocities depending on his position, so his angle of movement matches. Any suggestions how i could set automatically vectors X and Y using simple event?

    Thanks!

    M

  • Yo,

    Looking in to buying a new controller soon. I'm thinking of 360 pad, but any thought guys on XO controller? Is it better then 360's and does it work with pc?

  • I stopped using betas long time ago, when it had broken my whole code.

  • Mouse lock would be good. On two screens I can never scroll to the right if there's no mouselock, cause my mouse ends up on second screen.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads

    Tom

    Can we somehow include serial number/license in to our files?

    Is it possible to download the files uploaded trough seller account ui?

    Hi,

    I was working on a project (http://www.scirra.com/forum/plateformer ... 78999.html) and had to stop the development for 3 months. This project was using the gamepad and was working fine on Chrome and Firefox with my xBox controler.

    However I started the development again and noticed that the movement for my characters was not working anymore. I noticed the bug comes from the axis on the left analog which seems to have been switched.

    So before : left analog X axis > 50 was used to go left, while left analog Y axis > 50 was to go down. So the X axis was supposed to be the horizontal one and the Y axis was supposed to be the vertical one. Right now, this has been inverted and to go left, I need to check left analog Y axis > 50...

    I can't check on Chrome because the game does not load for some reason but I wanted to know if this problem was coming from a Construct 2 update or a Firefox update ? And how to fix this. I'd like to avoid using inverted axis. (I'm using Firefox 31 and Construct 2 173 64bits on windows 8.1)

    Thanks

    -50 for left, +50 for right, will work

  • Yes indeed, this is very disappointing. Scirra really should be looking into this...

    There's hope, that now with the store, someone will write a proper wrappers. It's so stressful working on something, most often a dream project, and not being sure if when its done it will even work.

  • Probably code related... otherwise your pc has problems

    Can't be code related. It's almost a blank project. Yes my pc has problems as I've mentioned in first post. However, even with my current problem, it's bizzare.

  • There is pretty robust documentation on construct website. There are also multitude of different examples to analyse too. Would encourage you to just go trough them first and learn how the program works.

  • I would just make a counter, and every tick would add 1, and make a condition that if counter greater then a certain number, when player is on the floor, trigger once the damage stuff and reset counter.

  • Incredible work as always Rex!