hello everyone, I'm trying to create a function called decrypt, but I would like the function to only return a string, when all conditions are successfully satisfied...
like below :
is there any way to do this?
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"); });
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" ???
Develop games in your browser. Powerful, performant & highly capable.
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
i am trying to hide and show a layer using javascript. someone can show me a way ?
Member since 12 Nov, 2022 Last online 28 Nov, 2024