zenox98's Forum Posts

  • Add the 'Scroll To' behavior.

  • If you look at the built in example 'Platform 4 (custom controls).capx'

    just add the mouse object, then change event 2 to read 'Mouse: Right Button is Down - simulate Platform is pressing jump'.

  • This is the wrong section for such a report. This is for bugs in C2, not the website. There is a section for website issues HERE that you can report this in.

  • amir

    This is the wrong section of the forum to be posting this. However, where are trying to download from?

    Are you using the download link from HERE ?

    This download link is the official one and just links to SourceForge. I've just tested the link and it works correctly.

  • The info on licenses is HERE.

  • It could certainly break parts of your game, depending on what plugins you've used.

    As an example, if you did happen to use wastrels 'Or' plugin, then you would need to re-write the code before deleting the object, or the code will be removed.

    It all depends on what plugins you have used.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you have 3rd-paty plugins or behaviors, they will show in the Object Types section of the Projects list. These will need to be deleted, but you will first have to remove any behavior from any object that has used it, then just delete from the list.

  • Here's a quick and dirty way of testing for plugins:

    If you haven't already, save your game as a Project. Open the .caproj in a text editor and look for the section at the top that looks like:

        <used-plugins>

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

            <plugin id="Mouse" version="1">Mouse</plugin>

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

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

            <plugin id="wastrel_or" version="1">OR</plugin>

        </used-plugins>

    As you can see from this example, there is a definite 3rd-party plugin (wastrel_or).

  • Have you read the tutorial regarding uploading to the Arcade HERE?

    If you have any 3rd party plugins in your game, then you will have to remove them first.

  • mina

    You could destroy the ones on the floor after a few seconds, then either spawn or System/Create new coconuts on the tree at the original positions.

  • No problem here. What messages are you getting?

  • Shown below:

    <img src="http://dl.dropbox.com/u/34306693/triggeronce.png" border="0" />

  • Very nice, R0J0hound :)

  • I doubt this is a FF problem. I've always used FF and never encountered any problems, other than it's a bit slow at times.

  • studiogami

    If you click on 'Post Option' you can edit your post.