Fireche's Forum Posts

  • Hello there,

    I would like to simulate depth in my 2D top-down game. Right now, sprites are overlapping but not like they are supposed to. The character with the higher Y value should always be in the back:

    I could do a Y check while players are overlapping and then moving the players either forward or backwards in the layer or z-axis but is there an easier maybe built-in solution?

  • Hey, thank you so much :) I didn't know that textboxes support bbcode, this makes things naturally much easier!

  • I am using it as a chat window and would like different messages to have different colors. Maybe there is a way to add a class or id name to certain messages and then override their style but I can't find such an option.

    Is this achievable?

    Thanks

    Tagged:

  • You do not have permission to view this post

  • Alright, for anyone with a similar issue. I made it work by importing the javascript file of the chrome extension into the construct script file.

    I didn't think this would be required and I am still confused why I had to do this but it works for now so it's all good!

  • Hello there,

    I would like to register a new event using window.addEventListener which is thrown by a chrome extension but Construct is not picking it up for some reason.

    I would like to integrate the following:

    neoline.io/dapi/N3.html

    Could someone point me in the right direction? Thank you

    let neoline;
    function initDapi() {
     const initCommonDapi = new Promise((resolve, reject) => {
     window.addEventListener('NEOLine.NEO.EVENT.READY', () => {
     neoline = new NEOLine.Init();
     if (neoline) {
     resolve(neoline);
     } else {
     reject('common dAPI method failed to load.');
     }
     });
     });
    };
    
    initDapi();
     

    /edit: upon further research, it looks like it only doesn't pick up the ready event of the extension. The other events are caught correctly.

  • I need someone who is able to make PHP apps using the most recent facebok SDK. Let me know if you are able to deliever and we can discuss details

  • can someone please check if it works for them? Why is the facebook object still in the editor when it didn't get fixed? it was buggy for years in C2 and it's still buggy now in C3?? great changes

    Things that are very important nowadays: fb share option (share score), invite friends and fb leaderboard maybe..this is a must have for any professional app nowadays and C3 does not provide this function :/

  • this is kinda disappointing. Or could someone make it work? I know it doesn't work in C2.

  • I tried the following: http://prntscr.com/dlx7k0

    but it opens localhost:50000/www.google.com

    what do I need to change? thank you

  • oh, i completely missed that! thank you

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello, afaik LocalStorage is rather used than WebStorage, right? I am a bit confused because the following lines don't work at all:

    http://prntscr.com/dlcjet

    the gamescore doesn't set either case..am I missing smthg?

  • Hi,

    I stumbled across this card generator which has been made with construct 2: http://seasons.canapin.com/ but I am unsure how the download button works so it creates a .png file, with all the texts etc included...thank you <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">

  • i would be interested too. I am sure I am able to do an app like this..in 2D at least..ima give it a try. We should group up?

  • rexrainbow

    thank you. It somehwat works now, even tho it's still a bit buggy sometimes. The main problem is definitly that the login status is shared over all tabs.