zenox98's Forum Posts

  • No idea what you mean by beam effect, unfortunately.

    How will it look and work?

  • It would be easier to convert the CC .cap to C2 or C3, most likely.

    CC is Windows DirectX only based system and the project produced is Windows only. If there is a way of producing an apk, I haven't heard of it.

    Maybe try Google search?

  • Can someone teach me how to make select level in my game? or tutorial for it? i hope someone will answer my question. I really appreciate if there is someone will help me.

    Here is a Google search of our tutorial section. The first couple of hits should be suitable for you.

    https://www.google.co.uk/search?q=level+select+site%3Ahttps%3A%2F%2Fwww.scirra.com%2Ftutorials&btnG=Search&lr=&gbv=1

    is there someone here that i can ask about my problem in making my game. I am still newbie with construct. Is there someone that i can chat on skype or fb i have a lot of questions to be ask please help me with my project plss.. I already started my project im in halfway of making it. Please i really need help

    Locked as duplicate of https://www.scirra.com/forum/viewtopic.php?f=178&t=198615.

    Please do not make duplicate posts for the same query.

    It is generally accepted that a thread can be 'bumped' after 24 hours if no answer has been forthcoming.

  • Please do not create duplicates.

    It is generally accepted that a thread can be 'bumped' by the user after 24 hours if no answer has been forthcoming.

    Locked as duplicate ofhttps://www.scirra.com/forum/pixel-outline-effect_t198822.

    Please do not create duplicates. It is generally accepted that a thread can be 'bumped' by the user after 24 hours if no answer has been forthcoming.

  • Problem Description

    Construct 2 Release r250 is not rendering particle effects in Google Chrome.

    I noticed this in my project: Dunar: Dimension Two. So I did some testing on the video below.

    Firefox, NW.js, and Edge worked fine.

    Attach a Capx

    ____ Upload a Capx to this post ____

    Description of Capx

    ____ Concise description of what this CapX does ____

    Steps to Reproduce Bug

    • Step 1
    • Step 2
    • Step 3 etc.

    Observed Result

    Expected Result

    Let it work normal.

    Affected Browsers

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

    Operating System and Service Pack

    W10 with the latest updates

    Construct 2 Version ID

    Construct 2 Release r250

    Please ensure you follow the Bug Report Requirements or this report will not be investigated, and will likely be closed automatically.

    It is impossible to fault find from a video.

  • Hi,

    I've come across old pages for instructions on how to make an event log, but unfortunately the links are no longer active. Does anyone have this tutorial?

    viewtopic.php?f=162&t=79054&p=755907#p755907

    scrollable-text-box_t79054

    Learning how to make this would be amazing, as i'm creating a sci-fi strategy game where every player action needs to be shown in a text-log.

    Thanks.

    Is that from the Construct Classic section? If so, it is not at all compatible with C2 or C3.

    Will the following Tutorial be of any use?

    It's for C2, but is easy to import for C3.

    https://www.scirra.com/tutorials/749/creating-an-activity-log-similar-to-mmorpgs

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Common mistake by new users is that they need to understand that all Events are run in one tick, one after another.

    So in your case, you test for a condition, change a variable, which makes the following condition valid, which resets the variable back again.

    Try using either sub Events or an 'Else' Condition.

  • How do I deal with the white outline that appears around any sprite that I insert? I can't even overlap two sprites visually (for example to create a platform's edge) as there are always that white lines that don't allow me to do that. Tested with different settings (webgl on/off, pixel roundings, etc.) and on different graphics cards. I found the same problem on forum in 2014 but there is seemingly no resolution to this problem yet.

    You can see this line on the right side of the sprite.

    Please ensure you follow the Bug Report Requirements or this report will not be investigated, and will likely be closed automatically.

  • You do not have permission to view this post

  • It is quite obvious you do not yet understand the Event system, and the difference between a Condition and an Action.

    For instance, 'Compare' is a Condition, not an Action.

    My recommendation is to read the manual and do one or two of the 'Top' tutorials. This will give you a much greater understanding of how the Event system works.

    Frustration is inevitable at the beginning, so please don't lose heart.

    BTW you can edit your post with the 'pencil' icon, rather than making multiple posts.

  • Thank you Zenox98 for quickly coming to my help! I get the part where i have to remove cf_not_invertible, however I am unclear about where to remove it from. Could you kindly clarify this issue? Thanks!

    There is a file called edittime.js in the 'C:\Program Files\Construct 2\exporters\html5\plugins\enhance-plugin' folder.

    Open this file in a text editor and do a normal find and replace that does the following:

    Find = cf_trigger | cf_not_invertible,
    [/code:3klu45l1]
    
    [code:3klu45l1]
    Replace with = cf_trigger,
    [/code:3klu45l1]
    
    Save and test.
  • Hello Vinterstille,

    I am using Enhance and am having the exact same problem. Did you manage to fix this problem yet? Some help here will be much appreciated! Thanks!

    AmitKar

    Using latest r250.

    Downloaded enhance.c2addon and installed with no problem. Also ran demo .capx without issue.

    This could be because some error reporting is disabled on stable releases.

    Regardless, Ashley has already pointed out what needs to be done to the Plugin to fix the issue. Just remove cf_not_invertible.

  • Hello Scirra I'm trying to put quotation marks inside the String and the manual asks to put "" hi "" (with double quotation marks), but does not accept the syntax error. Is there any way to fix the problem?

    https://www.scirra.com/tutorials/77/nat ... onstruct-2

    This section is for actual bugs in the Construct 2 software. Is this what your post is saying?

    If so, please ensure you follow the Bug Report Requirements or this report will not be investigated, and will likely be closed automatically.

    If you just want to ask a question then the correct forum location is the C2 'How Do I' section.