zenox98's Forum Posts

  • Options depend on whether you have a license or not.

    If you are licensed, then export as .exe using Node-Wekit export.

    If you are not licensed and are using the free version, you could:

    Ask your friend to download the free version so he can open your .capx.

    Export as HTML5 and host the files on a free server such as dropbox, googledrive etc.

    Install C2 build (temporarily) 186.2 and use the export to Arcade option (build 186.2 is the last suported version until the new arcade comes out).

  • If you google 'convert xml to uml' there are numerous posts that might be useful in you achieving you request.

  • Don't really understand what you're after, but see attached. Is this how you expect it to function? If so, it's just a matter of ordering the z-order bar on the view menu.

    If this isn't what you mean, then sorry

  • Try a clean install. Uninstall C2, delete (or just move if you want to retain non-standard plugins) the remaining folder, reboot, install C2, try to open one of the built-in templates or examples. Does it still crash? If so, try disabling browser addons and try different browsers.

    Last resort, check for driver updates.

  • Opens fine. Just a suggestion - don't leave every layout and event sheet open.

    Try to open the attached - uses stable build r195 (why are you still using buld r184?).

  • Try Preferences - Reset Dialogs. Possibility of it being 'off screen' maybe.

  • Yet another C3 thread. Really?

  • Only uses 15 events, no families and only 1 layer, so I would say yes.

    Remember that the free version can generally open any .capx - even those that exceed the restrictions - but they are unable to alter the file.

  • > Works OK for me.

    >

    > Have you rested on different browsers?

    >

    > Have you disabled browser add-ons?

    >

    Which browser do you use? Doesn't work in Firefox with addons disabled, but works in IE now. I don't use other browsers (and only have IE because it's the default browser on here), so can't check them.

    Soz for late reply.

    I always use the latest Firefox and have quite a lot of addons installed, but your example still works fine for me.

    Tested in IE and NW also, and all OK.

    There has to be something locally that causing this for you, but it will be hard for us to help if your examples work for us, unfortunately.

  • Have you tried search?

    I can't remember exactly where, but there are numerous examples that use R0j0hounds excellent paster or canvas plugin that will allow you to paste the splatter into the canvas.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Isn't this just a case of computer precision that has been discussed many times before?

    I haven't looked at your capx yet but generally this is caused by assuming a value will be exactly = to a particular value, such 0,1,2....but computers don't always produce such values.

    Maybe try forcing the value to a rounded int will help, or don't check for exact values.

  • Also, search is a very useful tool.

    The arcade has issues which will not be resolved until Tom has finished creating a new version. As it is, the arcade will only accept exports made with SC2 build 186.2 - the reasons for are given in this release note:

    https://www.scirra.com/construct2/releases/r187

  • Why not just split your event sheet into multiple event sheets, each handling different mechanics, such as movement, collisions etc. Makes managing a project much easier, as you can then create multiple different mechanics, and just 'Include' the ones you want to use or test.

    Having a massive Event sheet just seems to be a bad practice, IMO, but each to their own

  • Not had a look yet, but remember it has been stated from day one that physics does not work well with the other behaviors for quite obvious reasons, and may cause unusual symptoms like teleporting.

    Is that what you are seeing?

  • hlebegue

    No you cannot access global variables in Construcy Classic as you have described. Maybe in Construct 2, but this is the Construct Classic section and the thread you have bumbed is nearly 3 years old.