zenox98's Forum Posts

  • I highly recommend you download the current version - r214 from the footer - and have a good long play. This is a limited free version, but should be more than enough to give you a feel for the software.

    Being of a comparable age I can confidently say that as long as you try a few of the excellent tutorials, and try out the built-in examples/templates, you will see that your age should not be a limiting factor.

    At all times feel free to ask questions in the 'How Do I' section, as there are quite a few helpful users willing to assist.

  • Construct 2 Version ID

    Free Edition (I'm currently evaluating for my needs).

    Release 200 (64-bit)

    Built at 14:47:58 on Mar 16 2015

    You should test in the latest build - r214 - as requested by the guidelines, just in case the error has been fixed, especially since you are testing using r200 which is from March.

  • I want to change the Textbox font... i tried everything but it didnt work ... can anyone help me?

    Have you tries using the CSS style property?

    For instance:

    Textbox - Set CSS style "font-family" to "Times New Roman"

    You can add more, such as:

    Textbox - Set CSS style "font-style" to "italic"

    Works for me.

    All standard CSS values from W3Schools.

  • What about just disabling the behavior?

  • If it was that easy for an application to bypass such an important server security then surely that would make the whole concept of CORS pointless, surely.

    A server has to be setup to allow CORS first. It seams to me that you want to set CORS from C2 which doesn't make sense.

    This is just my understanding and may obviously be in error.

  • If i upload a game made in the free version, to something like , and get ad revenue, do i need to shut it off or something like that?

    Quote from the Manual:

    [quote:27d9szih]Construct 2 Free Edition

    Construct 2 can be downloaded and installed to any computer for free, including site-wide at non-commercial institutions like schools. Without a license, it runs as the Free Edition. This has the following limitations:

    A maximum of 100 events in a project

    A maximum of 4 layers in any layout

    A maximum of 2 effects in a project

    No folder organisation in the project bar

    No event search

    No configurations bar

    No Families

    No Preview on LAN

    Not allowed to be used for commercial purposes (however, it can be used in education and other non-profit organisations)

    Buying a license removes all of these limits. Licenses can be purchased from Scirra.com or from Steam. Both the Standard and Business licenses remove all the above free edition limitations.

    Also, from the License Agreement:

    [quote:27d9szih]1. Free Edition

    The Free Edition is permitted for use by anyone for non commercial use. Commercial use counts as but is not limited to: use within any business (other than limited testing for suitability), generating advertising revenue, selling or licensing generated content or intention or capability to generate revenue.

    Summary - You are not allowed to make money from the free version.

  • What is your GFX card?

    Check agains GPU Blacklist.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Where are the plugins from? What is the exact filename?I don't recognise 'Mandrillapp'.

    Plugins usually go in the relevant plugin or behavior folder off the C2 install directory, e.g. "C:\Program Files\Construct 2\exporters\html5" is the root install and behaviors and plugins are sub-directories.

    If it's a .c2addon file then you just need to launch C2 and drop the .addon onto the Layout to install.

    BTW bumping after only half an hour is not cool.

    Plugins Manual Entry.

  • Isn't this covered in the RegEx Documentation on W3Schools site?

  • Sorry, but I have no sympathy. To not make a backup before installing a beta is just ridiculous.

    Also to expect a previous version to somehow magically open a newer version is also ridiculous.

    To convert back to a previuos version is very easy.

    This will only work as long as you haven't made use of any new features, obviously.

    Summary:

    1. If it's a project file - a .caproj file, skip step 2.

    2. If it's a capx, unzip it (capx are just zip files basically) using such as Winzip, 7 zip etc, or load and save as a Project.

    3. Now, open the caproj file in a plain text editor.

    4. Look for the following string, minus quotes: "<saved-with-version>". It's only a few lines down from the top.

    5. You'll see this tag has a 5 digit number; it's the c2 version padded with 2 zeros (so, r214 will look like 21400). Change the first digits to match version you want to revert to, i.e. 212.2 would be r21202, 21200 would be r212.

    6. Save

    7. Double click .caproj to open within C2

  • I don't think there's a way to expand/collapse events though if you add your events to groups you can collapse/expand them.

    Have you read my post?

    Just press right mouse on a collapsed or uncollapsed event.

  • Just press right mouse on collapsed or uncollapsed event and select relevant option from right mouse menu - Expand all groups or Collapse all groups.

    Is this what you mean?

  • How does it not answer your question?

    The search shows that similar queries have been asked and answered positively.

    Export options are covered in many places.

    If it's a more specific issue you have than be more precise. That way, more users may be able to offer assistance.

    C2 can be used to create just about any 2D game. The problem is not usually the software, but the ability of the user.

  • https://www.dropbox.com/s/mfyboi0fkzyspqk/OfficerMenuDebug.capx?dl=0

    Wondering why it's taking so long. And just remembered that without a capx file you wont answer these.

    From the Must Read First Guidelines:

    [quote:p9dey5ep]Why haven't you responded to my bug report yet?

    We do look at every report, but developer and release schedules mean we may not get round to it immediately. Please allow a few weeks for it to be investigated. If you are waiting, you can improve the chance it is resolved when a developer does get round to it by carefully reviewing these guidelines and providing as much useful information about the problem as possible. If you are missing anything, you may end up waiting a few weeks for a reply simply asking for the missing information, and then you're waiting again.

  • Find what?

    Telling us the name of the plugin would be helpful.

    Have you tried searching for what you are after?