Counterfeit's Forum Posts

  • Looks very good! Reminds me somewhat of the game Limbo <img src="smileys/smiley20.gif" border="0" align="middle" />

  • Just click on the link and see at the url ;) or click here for his project.

  • He appended a whitespace, just remove the %20 from the link.

  • Oh really? ;) I report here an error in the processing of the value.

  • 1) Add a new global variable

    2) Select type Number

    3) Initial value = Bob

    4) Press OK

    5) Value is now 2.63823e-308

  • Thank you for the explanation. I already thought I'm stupid <img src="smileys/smiley8.gif" border="0" align="middle" />

  • Although my JavaScript skills are rusty, but what's the difference?

    function GetPluginSettings()
    {
         return
              {
              "name":               "Demo",
              "id":               "Demo",
              "description":     "Demo description.",
              "author":          "Demo",
              "help url":          "http://demo.com",
              "category":          "Demo",
              "type":               "object", // not in layout
              "rotatable":     false,
              "flags":          pf_singleglobal
         };
    };
    

    VS

    function GetPluginSettings()
    {
         return {
              "name":               "Demo",
              "id":               "Demo",
              "description":     "Demo description.",
              "author":          "Demo",
              "help url":          "http://demo.com",
              "category":          "Demo",
              "type":               "object", // not in layout
              "rotatable":     false,
              "flags":          pf_singleglobal
         };
    };

    For me, everything is valid but Construct interpreted it differently.

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

    HTML5 exporter

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

    Unable to load plugin in 'C:\Daten\Tools\Construct 2\exporters\html5\plugins\demo\': Javascript exception in file 'edittime.js' line 5: SyntaxError: Unexpected token :

    Code line:

              "name":               "Demo",

    Stack trace:

    SyntaxError: Unexpected token :

    This plugin will not be available in the editor.

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

    OK   

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

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Upload you files to your server and include the html code in Joomla.

    How to use HTML in Joomla

  • Ah okay didn't know it's intentional. Then everything is okay <img src="smileys/smiley20.gif" border="0" align="middle" />

  • I copied a plugin template and forgot to change the name.

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

    Construct 2 Check failure

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

    Check failure! This is probably a bug:

    Duplicate plugin ID specified; check all ID strings are unique

    Condition: plugins_by_id.find(cr::ToLower(plugin->GetID())) == plugins_by_id.end()

    File: html5.cpp

    Line: 188

    Function: void __thiscall Exporter::LoadPluginsAndBehaviors(void)

    Build: release 50 (32-bit) checked

    Component: HTML5 exporter

    (Last Win32 error: 0)

  • <img src="http://img836.imageshack.us/img836/9410/crasharea.png" border="0">

    Hold down the 'Ctrl' key and click in the red area. I got the crash with the message above. I meant, no matter whether you click or move I got the crash.

    See the error in action ;-)

    http://www.screencast-o-matic.com/watch/cXjhX4r4D

  • 1) Start Construct 2

    2) Toogle Configuration Bar

    3) Hold down the 'Ctrl' key and click into the Configuration Bar || move the Configuration Bar and press the 'Ctrl' key

    Different errors I was able to intercept by including debugging.

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

    Construct 2 (test build): Construct2.exe - Fehler in Anwendung

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

    Die Anweisung in "0x00552241" verweist auf Speicher in "0x00000040". Der Vorgang "read" konnte nicht auf dem Speicher durchgef?hrt werden.

    Klicken Sie auf "OK", um das Programm zu beenden.

    Klicken Sie auf "Abbrechen", um das Programm zu debuggen.

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

    OK   Abbrechen   

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

    First-chance exception at 0x00552241 in Construct2.exe: 0xC0000005: Access violation reading location 0x00000040.

    Unhandled exception at 0x00552241 in Construct2.exe: 0xC0000005: Access violation reading location 0x00000040.

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

    Construct 2 (test build): Construct2.exe - Fehler in Anwendung

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

    Die Ausnahme "unknown software exception" (0x80000004) ist in der Anwendung an der Stelle 0x7c91e480 aufgetreten.

    Klicken Sie auf "OK", um das Programm zu beenden.

    Klicken Sie auf "Abbrechen", um das Programm zu debuggen.

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

    OK   Abbrechen   

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

    If something is not understandable, just ask.

  • You process the files in spite of the message:

    "Unkown file extension"

    1) Import

    2) Crash

    3) Successfully imported

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

    Construct 2 Check failure

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

    Check failure! This is probably a bug:

    Creating deleted status undo point with no elements

    Condition: !project_elements.empty()

    File: Undo.cpp

    Line: 62

    Function: __thiscall ModifyDeletedStatus::ModifyDeletedStatus(const class std::vector<class ProjectElement *,class std::allocator<class ProjectElement *> > &,bool,const class std::basic_string<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &)

    Build: release 50 (32-bit) checked

    Component: Construct 2 IDE

    (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.

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

    Abbrechen   Wiederholen   Ignorieren   

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

  • I tested different sound files with the audio importer and now I have over 50 audio files in the project. Now I wanted to delete all files, but it only works individually.

    Now I have no problem deleting them individually but every time the selector jump to the root folder! That's annoying <img src="smileys/smiley11.gif" border="0" align="middle" />

  • In addition, I've found out a bug that if you have the following structure:

    <img src="http://img718.imageshack.us/img718/2921/structurel.png" border="0" />

    1) Delete ('Del' key) the latest item in the folder "Event sheet"

    2) Delete event sheet

       Are you sure you want to delete this event sheet?

       Yes

    3) Now he wants to also delete the last item "Text" at Object types

    <img src="smileys/smiley23.gif" border="0" align="middle" />