zenox98's Forum Posts

  • Doc Ai

    It appears you're not interested in this, so I'm going to remove it from my Dropbox as I need the room.

  • If you have a license then yes, you can sell games exported using the node-webkit. You cannot make money from the free version, however.

  • Is THIS anything like what you are after?

  • CC and C2 are not the same, and many events and conditions differ between the two.

  • CC was an open source free program using DirectX that was developed by college guys with time on their hands. It has now been retired. It was buggy and not easy to maintain.

    Ashley decided to make C2 to follow the emerging HTML5 standard. The two programs are not related in any way, except in their coding philosophy.

    C2 is still in active development, and already far surpasses CC in usability and stability.

  • You've posted this in the wrong section. This is the section for Construct 2, whereas you're using Construct Classic.

  • Doc Ai

    That's probably because the thread is nearly 6 years old.

    Also, it's been a very long time since DeadEye was around, so unless someone else has his original file, then you may be out of luck.

  • Doc Ai

    No, as I am running 64 bit Win 7 and CC works fine.

  • Would this be any good:

    Text - Set Text to "X: " & Tilemap.PositionToTileX(Mouse.X) & newline & "Y: " & Tilemap.PositionToTileX(Mouse.Y)

  • If you save your game as a project in it's own folder, then use a text editor to open the .caproj file, you will see the XML details of your project.

    The part of interest looks like below:

        <used-plugins>

            <plugin author="Scirra" id="Audio" version="1">Audio</plugin>

            <plugin author="Scirra" id="Button" version="1">Button</plugin>

            <plugin author="Scirra" id="Keyboard" version="1">Keyboard</plugin>

            <plugin author="Scirra" id="Sprite" version="1">Sprite</plugin>

            <plugin author="Scirra" id="Text" version="1">Text</plugin>

            <plugin author="Scirra" id="TextBox" version="1">Text box</plugin>

            <plugin author="Scirra" id="Touch" version="1">Touch</plugin>

        </used-plugins>

        <used-behaviors />

    Your plugins and behaviors should say scirra. If there is some/any that don't, then you haven't removed them fully.

  • This recent plugin from rexrainbow may help.

  • What about THIS example from R0j0hound?

    Looks very like the effect you require.

  • Is THIS THREAD any help?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Insist that the main developer responds, knowing how busy the guy is? Really?

    Some people :(

  • Ashley

    I was wondering if you would kindly make particles a physics behavior then. Particles are the biggest performance killer for C2

    and I wonder how many customers are lost because of it?

    That is a silly thing to say. I very seriously doubt Scirra has lost custom due to particles.

    In my experience, particles are pretty useless and easily re-creatable using sprites, with much greater control.