zenox98's Forum Posts

  • email: support(at)scirra.net

    As your post/problem is so very rare, the likelihood is that the problem lies within your system - gpu drivers for instance.

    Any error messages would help considerably.

  • Also maybe add events from pathfinding demo that provides a visual representation of the path by pressing key 'm' to your own project. It helps to see the path sometimes when testing.

  • I need 9 colors of the same exact particle object, but I don't want to create 9 particle objects for that. Instead I've been trying to change the color of the one particle object at runtime or when the object is created. Couldn't find anything on it for now. Is there even a way to do this?

    Try tint.

    I just tested by changing RGB on a Button click - works fine.

    Just set the 3 parameters of the RGB values of the particle object to whatever you want.

    Alternatively, create your own particle system using sprites. You can then simply change image frame for different colours.

  • The following post from Ashley gives links to both bug reporting and making suggestions:

    https://www.scirra.com/forum/where-to-report-bugs-amp-post-suggestions_t195982

    Locked, as duplicate of https://www.scirra.com/forum/viewtopic.php?f=147&t=201712

  • My window does not stay in the layout center. It is outside, and cannot scratch the window.

    Someone can help me, please?

    Please follow the Bug report REQUIREMENTS if you want this to be investigated.

    As it stands, you're report sounds like it should be posted in the 'How Do I' section.

    This section is specifically for bugs in the Software itself.

  • Posting in the 'Completed Addons' section is not usually the correct location for requests - they are generally in 'Work in Progress Addons'. Might be a reason for no response, or it could just be too difficult.

  • vubidugil

    Are you using C2 or C3?

    I ask because your images are of the C3 GUI, but you have posted in a C2 section, so all responses (.capx) have been for C2.

    Let me know, and I will move thread, if needed.

  • Out of curiosity, is there any discounts on a C2 purchase for a C3 subscriber?

    Why you are probably thinking, well, its because of C3 limitations where plugins have not been released for C3. They might be released in the future, so its feasible that an app be written in C2, and ported over later.

    I have a C3 license, but run into walls where plugins aren't available. (Eg: Pode HTML). I haven't found workarounds either.

    Since you got a discount going to C3, wondered if you can get the same for C2

    Just curious.

    It's doubtful, but I'm not an employee of Scirra, so who knows?

    Probably best just emailing Scirra directly with this request.

  • Try Construct 3

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

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

    Looks to me like that bug report of yours got lost in the post.

    Might I suggest a somewhat belated 'bump'.

  • Hi!

    I've just install Construct 2 Free Edition and I've already encountered a problem.

    I'm creating a platform game and I have noticed that my character is sunk into the ground when idle, but when it is moving it isn't.

    This is a problem because I have a fall animation on my chatacter, and when you stop moving, because the character sinks into the ground, it plays the falling animation.

    It's pretty annoying.

    Do any of you guys have an idea of how to fix it? Please reply!

    Truly,

    RealTCC

    NOTE: I took a screenshot of the bug here: https://drive.google.com/file/d/1yDMP3r ... edNcq/view

    Please follow the Bug report REQUIREMENTS if you want this to be investigated.

    As it stands, you're report sounds like it should be posted in the 'How Do I' section.

    This section is specifically for bugs in the Software itself.

  • Please read the Bug Report Requirements as there are several problems with your report:

    [quote:i1qiorls]

    Testing every browser is an important part of diagnosing the problem.

    [quote:i1qiorls]

    We are unwilling to use file hosts which require an email address to be entered, and services which throw up loads of ads or make us wait for a time limit test our patience; use one of those three linked services which are all free and allow immediate downloads.

    [quote:i1qiorls]Please only test the latest version of Construct 2

    If you follow the guidelines, then Ashley is unlikely to close your report without investigating.

  • Hi.

    Is there any way to get the rotate behavior to rotate colckwise and counter-clockwise?

    I assume you don't mean at the same time, as that would be nonsense.

    A positive 'Speed' property is Clockwise and a negative 'Speed' property is anti-clockwise.