zenox98's Forum Posts

  • Hi.

    Use: global('score')

    It would probably be useful for you to look at the Example and Tutorials post that has many good examples. Find it HERE.

  • A VERY quick and simple way to get you going is just to click on the main sprite in the layout (Spieler), then in the Properties bar on the left, change the 'Collision' property to bounding box.

  • Azu (and anyone else who's interested).

    Deadeye started a new thread HERE that contains his remade lessons 1-5 as well as his old lessons.

    Not really that hard to find using search :)

  • I can confirm this.

    HERE is a .capx to try to export if needed.

    *** EDIT ***

    Actually, you don't need my .capx as the example that comes with the installation - 'Families.capx' - also crashes on export.

  • Mipey created a Tetris clone in CC in 2009. Original thread is HERE with download. You can open this in CC and it should help you re-create it in C2.

  • Nice - works fine. Now to try families :)

  • Just got the same bug:

    Just loaded the .capx and tried to preview, then .......

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

    Construct 2 Check failure

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

    Check failure! This is probably a bug:

    Unknown fullscreen-in-browser setting

    Condition: false

    File: DataJSON.cpp

    Line: 324

    Function: void __thiscall Exporter::ProjectToJSON(class std::basic_ostringstream<wchar_t,struct std::char_traits<wchar_t>,class std::allocator<wchar_t> > &,class era::IProject *,class era::ILayout *)

    Build: release 75 (32-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   

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

    .capx HERE.

  • You would need to be a nerd like me, probably :) Sheldon Cooper is from 'The Big Bang Theory'.

  • You do seem quite close to Ashley so what you say does hold more weight :)

    To quote Sheldon Cooper:

    "With great power comes great responsibility".

    :)

  • Are you sere about that, Kyatric?

    It's just that THIS POST from Ashley says he's happy with polygonal collision as pixel perfect would be impractical. I suppose in the distant future, maybe :)

  • The Jumpthru behavior can be enabled or disabled, so you could check for the player overlapping a jumpthru platform and also check for down key being pressed and jump key, and if all 3 conditions are met then disable the jumpthru behavior. Toggle it enabled straight afterwards. That might work until Ashley can build the fall-through behavior.

  • Why do you think the character should fall down?

    That was the case in CC, but that functionality hasn't been implemented in C2 as far as I'm aware.

  • In the Property sheet on the left, there is a check box for solid in the Groups/Attributes section.

    It seems you may have been using Construct 2, which is not quite the same :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • johnstiles76

    You've posted this twice now, but the number of people who can answer this are very few.

    I think you'll just have to be patient a little while.

  • TheBricktop

    Post from Ashley HERE on the same subject.