ruast's Recent Forum Activity

  • I see a new feature added in the beta version where each output of a flowchart node, can have two kinds of links : Lines and Path find. What is the use case for this?

    Tagged:

  • This is great, thank you !

  • Is it possible for two outputs of a flowchart to go on to connect to the same child node? (Like a merging branch) . This will help keep the flowchart concise and avoid duplicating information

  • Mine is a web game.

    I notice that when there is any error in loading from remote cdn the path gets printed to console. And although the path is token protected the player has the token in order to downloaded the file remotely through construct so i guess it would be extremely easy to download it directly from the cdn and read the whole file

    Loading remotely is easier for for future edits because base game remains the same however if for web including the file in the project makes it harder to see then the effort would be worth it. But i take it either way it's going to be easy to see the file ?

  • If i don't want the json that contains the main level data to be seen by others, is it better to include it in the project itself or is better to load from cdn at runtime? Or will it be viewable in both cases

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • That's true, atleast focus is working great now, thanks for that.

  • Thank you so much cesisco. Focus is working great but hover isn't. On Hover the colour still remains the default blue.

    So this is working great

    #wordcombooptionslist:focus {
     background-color: /* background color */;
    }
    

    and this isn't

    #wordcombooptionslist option:hover {
     background-color: /* hover background color */;
    }
    
  • Tried the following but it isn't working

    #wordcombooptionslist{
     
    
    border: none;
    font-size: 20px;
    background-color: transparent;
    word-wrap: break-word;
     
     
    }
    
    
    
    
    #wordcombooptionslist .dropdown-content option:hover{
     background-color: pink;
    }
    
    
    

    Any ideas?

  • I have the following css

    #wordcombooptionslist{
    border: none;
    font-size: 40px;
    background-color: transparent;
    word-wrap: break-word;
    }
    

    The dropdown is transparent when unfocussed but when it is in focus , the background-color becomes opaque white and the hovered over option has a background colour blue.

    Is it possible to change these colours ?

    Tagged:

  • it's working by using the script localStorage.getItem(key)

  • Hello

    On my homepage i have added a login system which stores session id , user id etc in local storage. My homepage has a list of games which are made with construct and open in a new tab on my website. i want to access session id, user id etc stored in local storage but i am unable to do so

  • Thank you so much it works now like you suggested

ruast's avatar

ruast

Member since 21 Nov, 2021

None one is following ruast yet!

Trophy Case

  • 2-Year Club
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

5/44
How to earn trophies