hazneliel's Forum Posts

  • Where is the documentation about the CocoonJS object??, I cant find it anywhere.

  • Even if I link them in a website, the options menu that pops on the game when you chose "Configuration" has labels in english: "privacy, about, support, permisions", those should be translated to the other language I chose, and they must link to a file translated in the same language

  • My first problem: My app got rejected because it will be published in spanish and english talking countries so it should provide a privacy policy, about and support page in each language it will be published, but I cant find any place to adjust that.

    Second, I need to translate each text to the user�s language, but I dont know how to get it from construct.

  • anyone?

  • Hello.

    I added some sounds and it was playing them with no problem until I added a Music track and I started playing it on layout start. Then in Chrome it only plays the music track but the sounds are muted. On Firefox it plays ok both.

    Have anyone found with this issue too?

  • Hello, I would like to know if construct uses requestAnimationFrame or setInterval, this is because Windows 8 html5 Apps run slower whith set interval.

    I just exported my game to Windows 8 and it runs at 40fps, sometimes it skips frames.

    I apreciate your help. Thank you.

  • - As said, being able to double-jump after wall-jumping.

    You can double jump after wall-jumpig.

    I will be working on adding more functionality to this, thanks for your comments =)

  • Yes, how you did that without loss?? I was using PS and removing the black with channel masks but I still lose info on the image.

  • Hello, is very common to find vfx sprites with a black background and lots of engines have a way to specify an alpha color, so all the black will be removed. Here is an example of an sprite sheet:

    <img src="http://www.znelarts.com/cosas/explode_16.bmp" border="0" />

    There is no way to remove the background with photoshop or any program without a loss in information, so how can I set Construct 2 to have an alpha colour to be trasparent??

  • What about if I need the touch at index of an specific layer, like a combination between: Touch.XAt(1) and Touch.X("UILayer")

  • Thank you, it helped but now I got another problem.

    What about multitouch, the proble is if I touch the accelerator first and then the wheel, it takes the first touch�s coordenates and not the coordenates of the touch in the wheel

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • When are they going to release it?

  • Here is the capx:

    Bug Demo

    -There are 2 tileSet objects, they both belong to the bulletFamily.

    -The bulletFamily has a bullet behavior.

    -Only blockB has an aditional Jumpthru behavior.

    -On start of layout I set the family bullet speed to 100.

    Then preview, resut:

    blockB (the one with jumpthru) has dobuble speed than blockA

    If you think this is a bug let me know so I post this on the bug section.

    Thank you

  • It is not disappearing off the screen for me. Its where you have it in the editor. I'm not certain whats happening. but did you try the anchor behavior?

    Yeah its not disapearing because its set to parallax(0,0), but the wheel doesnt functions properly, it doesnt rotate to where you are clicking or touching.

    Only if you set the layer to parallax(100,100) the wheel works correctly, but it disapears offscreen

  • anyone?