Je Fawk's Forum Posts

  • Greetings

    I have run into the following problem:

    I have 3 sprites: 0006 (pink), 0007 (pink), 0001 (green). I want to make something happen when 0007 overlaps 0006 with nothing in between.

    This does not work. Apparently the overlapping triggers even if there is something in between the objects. If I stack all of them together

    0007

    0001

    0006

    like so, the overlap event will trigger; and I wish that to not happen since it's wrong. (bug??)

    I tried different things but none had any results. I have attached an image where the 2 pink sprites have their opacity decreased because they overlap, but they overlap in theory cause there is actually something in the way blocking the overlapping.

    Any suggestions?

    Thanks in advance!

  • Awesome thanks

  • Problem Description

    Selecting objects from the Object window with the keyboard arrows does not select that object in the Properties window. Only clicking on them via the mouse will also select that object to view it's properties.

    Attach a Capx

    -

    Description of Capx

    -

    Steps to Reproduce Bug

    • start a project
    • add some sprites
    • notice they appear in the Objects window
    • select a sprite with the mouse from the Objects window
    • notice the properties window is modified according to the object selected
    • navigate through the objects in the Objects window using the arrow keys
    • notice the properties window does not change showing the properties of the object selected via mouse click only

    Observed Result

    The Properties window does not select the object navigated to using the keyboard arrows.

    Expected Result

    I expect the Properties window to show properties of the selected object no matter what input method was used to select such an object.

    Affected Browsers

    N/A

    Operating System and Service Pack

    Windows 8.1

    Construct 2 Version ID

    r 200

    This bug has been around for quite some time now.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Really good ideas here. Thanks for every suggestion!

    Any clues if adding keywords in comments in the index.html would get the search engine to crawl it?

  • Thanks Ashley

  • IndieKiwi

    I have used the following resources with no effect for Google Chrome:

    http://stackoverflow.com/questions/1269 ... 6#12693786

    http://www.w3.org/TR/html5/browsers.html#manifests

    http://www.html5rocks.com/en/tutorials/ ... /beginner/

    http://stackoverflow.com/questions/1851 ... g-in-html5

    http://stackoverflow.com/questions/1522 ... mano-cache

    http://stackoverflow.com/questions/1922 ... lear-cache

    That browser just doesn't give a $#%&

    Regarding the ajax, that sounds like a great idea!

    How about using the built-in "Load image from URL" ?

    Thanks for the tips <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

    glerikud I managed to find a keyword from my test page but it's pathetic. Would meta tags work? Or would engines find stuff if I modify the index.html and add a lot of text in comments? Text that is actually found on the website?

    Beaverlicious I'm using wordpress and i'm tired of it as hell >.>

  • gumshoe2029 How does that work with caching? Is there any?

  • I was thinking about making my website in Construct 2.

    I know there are a few problems with this but I could possibly overlook them to take advantage of the cool stuff that can be done.

    1. search engines won't work well or at all

    2. the website will need a while to load mainly because of all the images (how could I avoid this?)

    3. the website will need to be refreshed manually everytime I post something new - I tried a zillion methods to make the html5 website not cache stuff but it still does, I don't know what to try else

    If I could remove 3. and 2. I might make it decent.

    Any thoughts about this?

  • thanks man but...I need to do this programmatically in the game hehehe.

  • Greetings

    I have 3 tiled backgrounds with 25 opacity of red, blue and green color. When they intersect they make a different color. Is there a way to pickup that color somehow?

    Thanks :3

  • Would be great to have it : 3

  • Really nice Cherico thank you very much ^^

  • Lacking the plugin text drop shadow to start it ....

  • does any mobile app have the ability to 'close'? Isn't that what your home button is for? Im only used to ios, so apologies if that's a dumb question.

    The back button on the main screen is considered close on Windows Phone (at least)

  • I used a few, it's indeed the browser object -> close. Works on my Windows phone devices. Also works on the desktop via node webkit.