bangoo's Recent Forum Activity

  • bangoo

    you probably have a problem with quotes... I just tried what you said you did and it worked fine for me...

    you might want to think about using different array values to hold just one piece of information:

    array at (0,0) = name

    array at (0,1) = wins

    array at (0,2) = points

    then to add more people to the array, just change the first index to 1, 2, 3, 4...

    Thanks a lot, it was a problem with quotes.

  • I want to insert in array text containing variables, for example.

    On start of layout - - - set array at (0,0): name&" wins"&points.

    But when I try to put the value in text from array, text doesn't show values of variables name and points.It shows them as text.

    How to do it properly?

  • There are lots of visitor recording services: Hotjar, mouseflow, lucky orange, Inspectlet, etc. But they do not record user interaction with canvas. The only thing you may see is a black screen.

    According to Lucky orange documents It is possible to work with canvas element by calling LO.update_canvas("canvas") method.

    I am not the programmer, what should I do to make it work?

    As far as I understand I should call a js function, for example on mouse click.

  • I have found the solution by myself - I haven't determined the var 'data' in AJAX command.

  • I want to change file (file.txt) located on my website.

    I use AJAX command:

    On space pressed --------> Send Text.text to url"url/send.php" (method Post,tag "savedata").

    PHP file on the website:

    <?php

    header('Access-Control-Allow-Origin: *');

    /* POST*/

    $data = $_POST['data'];

    file_put_contents("file.txt", $data);

    ?>

    The content of the file.txt doesn't change.

    It seems to me the Data is not transferring properly. What is wrong in the code?

  • If I want to add google analytics to my game I should only insert google code into the html file, or should I add sone plugin?

  • I have a problem with the outline effect. When the project is exported to HTML5 website the parametr width is not working properly - the line is wider than before export.

  • When the project is exported to HTML5 website the parametr width is not working properly - the line is wider than before export.

  • Is it possible to block a browser which doesn't support some features?

  • I have found a solution using loopindex

  • If I make search through a 2d array how can I make another search through a line containing value which i have already found?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The object moves along the path drawn with the canvas plugin, how to erase the part of the line which was passed by the object?

bangoo's avatar

bangoo

Member since 8 Jan, 2015

None one is following bangoo yet!

Trophy Case

  • 9-Year Club
  • Email Verified

Progress

10/44
How to earn trophies