bangoo's Forum Posts

  • 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?

  • 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?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The topic is closed I have found the solution through the compare at xyz.

  • I have a 3d array, and I know the z-index and particular value. I want to find the x value next to the value I know. If I use for each xyz it will search in all z-index positions. How can I perform a search for the particular value if I know the z-index?

  • As Pulsar suggested, you can try Bezier curves. I already made this couple of months ago. If you can understand what is there, you could implement this in your game. replace the dots with lines .

    https://www.dropbox.com/s/yzuj89fg923ge ... .capx?dl=0

    And as for performance goes, if you don;t want many sprites, just use the Paster or Canvas plugin and only "bake" the curve/path line into that object, then delete the curve/path

    I can't find the plugin SeedRandom, the file is deleted. If it is possible please attack the plugin.

  • I have to trace lines between dots, but they should be curved, what is the best way to do it?

    Link to capx - https://www.dropbox.com/s/hotqshxkg6bbd ... .capx?dl=0. I want to draw roads and rivers over the map.

  • > Was is hard to make the multiplayer? I'm thinking of a multiplayer system for my demo. It also seems to me the player's sprite is to big.

    >

    At least it was very hard for me.

    Do you mean the sprites in my game?

    I understand that it is only a demo, buy may be it is more convinient to makle the figures smaller. And sometimes I get only a message please wait...

  • Was is hard to make the multiplayer? I'm thinking of a multiplayer system for my demo. It also seems to me the player's sprite is to big.