JackieChan's Recent Forum Activity

  • This is a great idea and it would easily solve the black borders problem without having to change any of your assets or events.

    This feature is in Construct 1. (Construct Classic) with its Resizing options under 'Window Properties' and there is a "Resize display to fill window" option with anti-aliasing that clickteam fusion has.

    I just suggested this idea and you can vote to see it in construct here:

    construct3.ideas.aha.io/ideas/C3-I-500

    Tokinsom Animmaniac

    K3yshadow Carl.D

    Joannesalfa

    This feature may not get implemented because people thought it looked ugly and repulsive. See these threads:

    construct.net/forum/construct-2/construct-2-general-17/-request-fullscreen-scaling-op-99623

    construct.net/forum/construct-2/construct-2-general-17/how-to-get-rid-of-ratio-contro-59706

  • Problem Description

    When a sprite object jumps as soon as it touches the ground, the on landed condition does not work.

    Attach a Capx

    dropbox.com/s/ip585jgbfpg02o0/platform%20on%20landed%20bug.capx

    Description of Capx

    The green sprite is supposed to turn blue when landing on the ground, but it doesn't.

    Steps to Reproduce Bug

    • Make an event with the on landed condition.
    • Make an event that has the player jump when on the ground.

    Observed Result

    The green sprite does not turn blue when landing on the ground.

    Expected Result

    The green sprite should turn blue when landing on the ground.

    Affected Browsers

    • Chrome: YES
    • FireFox: YES
    • Internet Explorer: YES

    Operating System and Service Pack

    Windows 8.1

    Construct 2 Version ID

    r246

  • Problem Description

    A sprite with the 8 direction behavior doesn't stop moving when it's next to a wall. It stops close to a wall, but leaves a gap between the object and the wall.

    The platform behavior stops moving when next to a wall, but the 8 direction behavior doesn't.

    Attach a Capx

    https://www.dropbox.com/s/au8q91bxu1ck8 ... .capx?dl=0

    Description of Capx

    The green sprite doesn't stop moving when next to a wall, but the blue sprite does stop moving.

    Steps to Reproduce Bug

    • Move the object left or right until you hit a wall.

    Observed Result

    The green sprite doesn't stop moving when next to a wall, but the blue sprite does stop moving.

    Expected Result

    The green sprite should stop when next to a wall just like the blue sprite.

    Affected Browsers

    • Chrome: YES
    • FireFox: YES
    • Internet Explorer: YES

    Operating System and Service Pack

    Windows 8.1

    Construct 2 Version ID

    r246

  • Problem Description

    Moving a sprite right and hitting a wall triggers the is not moving condition, but moving a sprite left and hitting a wall doesn't trigger the is not moving condition.

    Also the debugger says the sprite's vector x and y are not 0, but the text object says they are 0.

    Attach a Capx

    https://www.dropbox.com/s/ftv6nsm9k3rwv ... .capx?dl=0

    Description of Capx

    The text object shows you the sprite's vector x and y and it shows you if the sprite is moving or not.

    Steps to Reproduce Bug

    • Move the sprite to the right until you hit a wall.
    • Move the sprite to the left until you hit a wall.
    • Move the sprite up or down until you hit a wall.

    Observed Result

    The text object says the sprite is not moving when moving right when hitting a wall, but it says the sprite is moving when it's moving left and hits a wall.

    And the debugger shows different values than the text object for the vector x and y like in the pictures below.

    Moving right and hitting a wall: https://i.imgur.com/5QJbSES.png

    Moving left and hitting a wall: https://i.imgur.com/YDFPX9R.png

    Expected Result

    The text object should always say is not moving when hitting any wall.

    Affected Browsers

    • Chrome: YES
    • FireFox: YES
    • Internet Explorer: YES

    Operating System and Service Pack

    Windows 8.1

    Construct 2 Version ID

    r246

  • I added the collision tag suggestion to the official suggestion system and you can vote to see it in construct 3 here: https://construct3.ideas.aha.io/ideas/C3-I-203

    paala

    I don't have another link for it.

    R0J0hound Can you please reupload your link because the old one doesn't work.

  • R0J0hound

    I think I found a bug where the paste layer and paste object actions paste invisible objects.

    Link to bug: https://www.dropbox.com/s/3gfk7plpsm9vj ... .capx?dl=0

  • I added this idea to the official suggestion system and you can vote to see it in construct 3 here:

    https://construct3.ideas.aha.io/ideas/C3-I-68

    You can even vote on it multiple times so everyone please give your energy so we don't have to use workarounds for this.

    Also, the construct 3 workaround list for this feature is here: ignore-selected-solids-workaround-list-for-construct-3_t190186

  • IMPORTANT: I added this idea to the official suggestion system and you can vote to see it in construct 3 here:

    https://construct3.ideas.aha.io/ideas/C3-I-68

    You can even vote on it multiple times so everyone please give your energy so we don't have to use workarounds for this. Let's vote to get this idea to the top of the list!

    Zebbi , Ruskul , Aher0 , Scofano , digitalsoapbox , Colludium , Waltuo , megatronx , tgeorgemihai , Tokinsom , Elliott

    In construct classic the platform behavior has ignore list actions that you can use to select which solids you want to have collisions with and which solids to ignore collisions with, but this feature is not in construct 2 or 3.

    Below are the workarounds you can use to get this same effect in construct 3.

    1. Use the default Physics behavior to create your own movement, then use the "Enable/disable collisions" action to choose which solids to ignore.

    2. Use R0J0hound's collision filtering example that was made using events.

    Link: https://www.dropbox.com/s/i1vr8srq201gw ... .capx?dl=1

    3. Make your own movement using the custom movement behavior or without using behaviors at all.

    4. Make your own "stop movement" or "push out" system that could push the objects out of selected solids when overlapping them.

    If anyone knows any other workarounds let me know so I can add them to this list.

    To view the construct 2 workarounds for this feature, check out this thread:

    viewtopic.php?f=146&t=167029

  • In this thread I will list ways to improve the preview times of construct 2 projects.

    1. Change your preview browser.

    Using lots of animations frames can DRASTICALLY increase preview times, even if you don't have any events!

    So if you have a sprite with lots of animation frames like this example: dropbox.com/s/4fphcl68artl6jm/long%20preview%20times%201.capx

    or if you have many sprites with very view animation frames like this example: dropbox.com/s/cmhz198rkan8eyu/long%20preview%20times%202.capx

    Your game can take a long time to preview. But changing your preview browser can reduce preview times greatly.

    Surprisingly, Internet Explorer and Microsoft Edge preview much faster than Chrome and Firefox for me.

    2. Uncheck preload sounds.

    This can decrease preview times if you use a lot of sound effects. This doesn't affect music files though.

    If you know of any other ways to decrease preview times please let me know so I can add them to this list.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Zebbi You want to ignore specific solids with the platform behavior right?

    Construct classic had this feature and it had ignore list actions.

    I made an example of what you want here: http://s000.tinyupload.com/index.php?fi ... 8541791130

    The example I posted requires construct classic to open. Is this the type of feature you want in construct 2?

  • Yes my graphics card is up to date and the problem happens on my 2nd mouse too.

    I'm still getting the issue here. Did you test it on chrome? The bug only happens in chrome for me.

  • Problem Description

    When you hold the left mouse button and drag a layout above the webpage, then release the left mouse button. The mouse object doesn't function correctly. It causes the on mouse button down condition to return true even when the mouse button is not down.

    Also the cursor changes into a black circle.

    This bug only affects chrome with the fullscreen in browser setting switched to off.

    Here's a video of the bug. The bug starts at 0:05

    https://vid.me/GzA7

    Attach a Capx

    http://www.mediafire.com/download/6m30c ... litch.capx

    Description of Capx

    The text changes to "the left mouse button is down" when the left mouse button is down and "the left mouse button is not down" when the left mouse button is not down.

    Steps to Reproduce Bug

    • Create a new empty project.
    • Set the preview browser to chrome.
    • Set "fullscreen in browser" to off.
    • Run the layout.
    • Hold the left mouse button and drag the layout above the webpage, then release the left mouse button.
    • Drag your cursor around the layout and your cursor will change to a black circle and the mouse object will not work correctly.

    Observed Result

    The text says the left mouse button is down even though the left mouse button is not down.

    Expected Result

    The text should say the mouse button is not down when the left mouse button is not down.

    Affected Browsers

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

    Operating System and Service Pack

    Windows 8.1

    Construct 2 Version ID

    Release r228

JackieChan's avatar

JackieChan

Member since 9 Sep, 2010

None one is following JackieChan yet!

Trophy Case

  • 14-Year Club
  • Email Verified

Progress

15/44
How to earn trophies