zenox98's Forum Posts

  • SamFreeman

    As it says in the Bug Report Requirements:

    [quote:2gmuv87t]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.

    Due to all that Scirra are currently doing - server, C3, etc - it may take a little longer than usual to get an adequate response from Ashley, unfortunately.

    The good thing about creating a proper bug report is that other users can get involved and may find the solution, so keep monitoring and feel free to bump after a couple of days if no response has been forthcoming.

  • SamFreeman

    This thread is getting on for 4 years old!

    Please follow Ashley's advice and post in the Construct 2 'Bugs' section, ensuring you follow ALL of the Bug Report requirements.

  • Plugins are under the 'Object types' section of the 'Projects' window.

    Deleting the plugin 'Object type' here will remove the plugin and delete all events etc that are used/referenced by the plugin.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • where can i download sorce from this toturial

    https://www.scirra.com/tutorials/253/ho ... ame/page-1

    There is no source, probably because it uses assets that only come with the licensed version of C2.

  • Jaydon Ashley

    Thanks for your advice !

    I have this configuration :

    - Project properties say : Viewport size = 854 x 480

    - Layout properties say : Layout size = 1708 x 960 and Layout Margins = 1000x1000

    Viewport is smaller than Layout so Viewport limits should appear as dotted rectangle on the Layout scene. As it does with C2.

    But it doesn't.

    Using your settings I definitely see the dotted line.

  • There is a built-in 'Angry Birds' type example in C2 called 'physics catapult'.

    There are also numerous other examples throughout the forum that can easily be found with a simple search, for instance, the examples found in the following thread:

    https://www.scirra.com/forum/how-do-i-make-a-angry-birds-like-game_p1107985?#p1107985.

  • > You can still use Dropbox - it's just a slightly different method (sharing).

    >

    For the files yes, but I still want to provide live demos and embed preview images on webpages. As far as I know Dropbox doesn't support direct linking anymore.

    Unfortunately true.

  • Thanks both of you. Also, thanks LaurenceBedford for the explanation. I'm looking forward to getting construct (the paid version). I'm keen to get started.

    Why not use the free version and try the built-in examples, as well as trying to prototype a few of your ideas.

  • Problem Description

    ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    ACE table: Expression ID duplicated in ACE table

    Condition: exp_ids.find(id) == exp_ids.end()

    File: c:\c2\source\exporters\html5\..\..\common\ERAHelpers.h

    Line: 269

    Function: void __cdecl era::ACETable::AddExpression(int,int,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,void (__cdecl *)(const class era::StaticResult **,int,class era::StaticEvaluation *))

    Build: release 243 (64-bit) checked

    Component: HTML5 exporter

    (Last Win32 error: 0)

    You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way. Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports! Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.

    ---------------------------

    Abort Retry Ignore

    ---------------------------

    Attach a Capx

    No Capx needed since no project has been opened

    Description of Capx

    ____ Concise description of what this CapX does ____

    Steps to Reproduce Bug

    • Step 1 : Start Construct 2
    • Step 2
    • Step 3 etc.

    Observed Result

    I see the error message above

    Expected Result

    ____ What do you expect to happen? ____

    Affected Browsers

    • Chrome: (YES/NO)
    • FireFox: (YES/NO)
    • Internet Explorer: (YES/NO)

    Operating System and Service Pack

    Windows 10

    Construct 2 Version ID

    Construct 2 r243

    Nearly always the fault of a non-standard plugin.

    Uninstall C2; move or delete remnants of C2 folder from "C:\Program Files\Construct 2\" directory; maybe also remove "%AppData%\Roaming\Construct2"; reboot; reinstall C2; test.

    If you want to find out which plugin caused the error, rather than delete the C2 folder from Program Files, just move it somewhere safe until after reinstall. Then you can add a behavior/plugin from the old "C:\Program Files\Construct 2\exporters\html5" folder one at a time, launch C2 and if it breaks, you will have found the culprit.

  • I'll try to find some time to fix it. I first need a new hosting service to replace Dropbox.

    You can still use Dropbox - it's just a slightly different method (sharing).

  • Thank you, I mean like that , I also want to ask Whether the construct 2 may be adding midi?

    C2 will not add midi but a search quickly produced this addon: https://www.scirra.com/forum/plugin-midi-plugin_t82039?&hilit=midi

  • >

    > > drive.google.com/file/d/0Bx4FqA ... sp=sharing

    > >

    > Type the link without the '...' please.

    >

    It tells me : I can only post plain text URLS until I have 500 rep.

    I dont know what to do about that its not fair from Scirra

    [quote:6d7inxtt]Due to heavy spam on the forum, we have to block the posting of links for new users. If your link to the .capx is blocked, either remove the http and www parts, or insert * characters through them, e.g.

    example.com/myproject.capx

    or

    h*t*t*p://w*w*w.example.com/myproject.capx

  • R0J0hound's answer is pretty accurate but there are a couple of caveat's to be aware of and an understanding of XML structure is imperative.

    Be careful when selecting the XML open and close nodes for deletion. Sometimes it's quite obvious what to delete - a whole 'Event_Block' for instance - but it can get trickier if it is only certain 'Actions' or 'Sub_Events' that need removing.

    I recently removed the WIIU plugin from a users project and whilst whole sections can easily be recognized - 'Event_Groups called 'WIIU' for instance - other times it may be just one 'Event_Block'

    Anywho, as R0J0 says, make a backup before you start and have fun. It isn't as difficult as it first appears.

  • How can i get the Blur motion effect? I can;t download it all the link are dead.

    Can someone upload it for me?

    You are posting this request in different sections. This section of the forum is for the - now retired - Construct Classic. You have also asked for this effect in the Construct 2 sections.

    The effects are different. CC effect will not work in C2.

    Which type effect are you requiring? One for CC or C2?