waldemarlima's Recent Forum Activity

  • thank u

  • hello everyone !

    I want to add an addEventListener to a button created within an Html Element.

    HtmlElement:

    <div style=" position: absolute; width: 100%; height: 100%; background-color: rgb(24, 55, 55); opacity: 0.95;">
    
    <img src="https://media.tenor.com/On7kvXhzml4AAAAj/loading-gif.gif" alt="Loading GIF" style="max-width: 60px; max-height: 60px; margin-top: 15px; margin-left: 15px">
    
    <p style="font-size: 20px; color: white; margin-top: -60px; margin-left: 115px; ">SEARCHING MATCH</p>
    
    <button style="position: absolute; width:100px; height:25px; margin-top: -10px ;margin-left: 158px;" type="button">Cancelar</button>
    
    </div>
    

    script :

    var button= document.getElementById("mybtn5");
    
     // Adiciona um ouvinte de evento para o clique no botão
     button.addEventListener("click", function() {
     alert("clicked");
     });

    is there any way to do this?

  • Hello everyone, I would like to return some custom information to the Client when performing a custom authentication in construct3...

    example below:

    { "ResultCode": 1, "UserId": "SomeUniqueStringId", "Nickname": "SomeNiceDisplayName" , "Data": { "avatar": "linktoAvatar", "Level": 10 } }
    

    Is there any way to read the results of : "Data" -> "avatar" and "Data" -> "Level" ???

  • Hello everyone, I would like to return some custom information to the Client when performing a custom authentication in construct3...

    example below:

    	{ "ResultCode": 1, "UserId": "SomeUniqueStringId", "Nickname": "SomeNiceDisplayName" , "Data": { "avatar": "linktoAvatar", "Level": 10 } } 
    

    Is there any way to read the results of : "Data" -> "avatar" and "Data" -> "Level" ???

  • hello everyone !

    have some jslibrary called : deck.of.cards link

    i would like to wrap this into c3, its possible ?

    github = https://github.com/deck-of-cards/deck-of-cards

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hello everyone !

    i am trying to hide and show a layer using javascript. someone can show me a way ?

waldemarlima's avatar

waldemarlima

Member since 12 Nov, 2022

None one is following waldemarlima yet!

Trophy Case

  • 1-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

6/44
How to earn trophies