C A W T H O N's Forum Posts

  • You can add background-image: url('IMAGE URL HERE'); instead of background-color to have an image instead of a solid color as background.

    thanks

    how to get the url of the animation frame?

    can you show an example?

    it may not be an animation frame, but uploaded images

  • I played around a bit with this. You can get the tag position and size with this code:

    Just make sure that there are no problems related to viewport / scaling with your project settings.

    Project link: dropbox.com/scl/fi/rvxk5xstleim7wrtdzsf8/Tag-position-in-html.c3p

    thanks you

    if it's not too much trouble, can you please tell me how to make a button with a picture style? for example, a frame from a sprite

    I'm using this for now

    <button class="styled-button">Demo button</button>

    <style>

    .styled-button {

    background-color: #0f595e;

    color: white;

    font-size: 20px;

    padding: 5px 10px;

    border: 2px solid white;

    border-radius: 16px; /* Rounded corners */

    cursor: pointer;

    transition: 0.2s;

    text-transform: uppercase; /* Make the text capital */

    }

    .styled-button:hover {

    background-color: #13777d;

    }

    .styled-button:active {

    transform: scale(0.95);

    }

    </style>

    how to make his appearance from any picture?

  • thanks everyone

  • Exit Games has stated that they do not have any current plan to re-write their plugin. Which is very sad, since Photon is the best multiplayer plugin I know of.

    does this mean that it will stop working? should we look for alternatives? or will they just stop updating?

  • For your first question, make sure to tick "Allow context menu" in the HTML object menu.

    For your second question, use Text.TagX(tag, index) Text.TagY(tag, index)

    thanks for answering the first question

    but the second question was about how to do it in html

    Text.TagX(tag, index) doesn't work in html

    I need ways to make a button sprite in a specific place of the tag by coordinates

  • hello, I'm using an html element,

    I made it so that I could select text

    I can copy it using cnntrl c

    but I can’t do it using the right mouse button, and the “copy” button does not appear on the phone when selected

    how to fix both problems?

    Additionally, by the way, I wanted to ask: do you know how I can get the coordinates of a tag (as in the text), I just need to create a sprite as a button in certain places in the text

  • well, there was a notice about it in construct 3 itself. how do i know what it is

    i don't even know what all this means

    so to find out what's going on with the best multiplayer plugin i need to contact the developers?

    is there really no news?

  • Try Construct 3

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

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

    when I go to my project I see this:

    what does this mean?

    do I need to change the "photon" plugin to another one?

  • hello

    if i upload a text document to google drive and open access to it via a link

    can i access it in the game?

    so that i can enter text from this document

    how to do this?

  • video link below but first read the description

    video without words and explanations So if you want to see how it will be in the game itself, then fast forward

    the main point of the game is the complete freedom of creating a skill set and designing character

    full customization of the elements of his abilities, such as range, shot preparation time

    also customizing all animations

    in the game you can create absolutely any character from the league of legends, dota 2, brawl stars and also any character that your imagination comes up with

    the game is competitive and has full support for online play (photon)

    the video shows the process of creating a character and his skills

    the process goes in this order:

    - adding a method of controlling the camera (I chose as in MOBA games and the second option is a fixed camera)

    - adding a method of movement (I chose as in MOBA games and the second option is control with arrows)

    - adding the ability to strike with a sword and the effect of fire and after 3 seconds the effect of falling cartridges (I accidentally added). after adding a sword, animations are selected in it. damage and waiting time before shooting are adjusted

    - adding a shot ability

    - adding a dash ability (a little later I add the effect of rolling and jumping)

    - adding a harpoon ability

    at the same time I introduced many other changes

    for example, random animation options

    I did not change the reload but left 10/5/2 (this means that the abilities have 2 charges of 5 seconds (10/5) and a normal reload of 2 seconds)

    there is balancing in the game

    there is a scale on the top right

    it takes into account both the survivability and damage of the player, as well as mobility

    however, in the video I did not add passives (passive healing or temporary life after the death of the character)

    I also did not add ability control

    there is an option for a switching between any number of skills

    as well as an option for automatic shuffling over time

    the character can be customized in great detail

    I can't even describe it

    however, whatever your imagination comes up with the game can already implement this within the framework of already added animations, skins, types of skills (for example, the boomerang is not yet available)

    I really need help because I have been working on this project for a year and it is morally difficult to do it alone

    I have a designer friend who will work with me in the future

    if you are interested in money, then this can be discussed

    the game is almost finished but the menu needs to be done properly

    abilities are easy to do (on average, I can add one ability per day)

    my discord:

    nick7002

    drive.google.com/file/d/11ncrIvg-QnD9FiHdHubcmXGX_W8hFl50/view

  • Which error? Did you restart the editor after installing the addon?

    Failed to open project. Check it is a valid Construct 3 single-file (.c3p) project.

    Yes, Im restart

  • > on the website construct.net/en/make-games/addons/290/faceapi

    There are two example projects, have you tried them?

    yes, I tried both and both don’t work, when I try to open them, an error pops up, I added the addon, the projects just don’t open, maybe it’s just me

  • Hello

    on the website construct.net/en/make-games/addons/290/faceapi

    I downloaded the addon, which in theory should detect a face from a web camera

    It doesn't say anywhere how to use it

    and two sources, both don’t work, maybe it’s just me

    please help me figure out how to use the addon

    my task is to track the eyes

  • You do not have permission to view this post

  • You do not have permission to view this post