sielxm3d's Forum Posts

  • I want the function graph of the points that I draw becomes more next to each other, how can I improve this?

    https://drive.google.com/open?id=0B5CoE2j0iGS0QTVNbmtnOXVENmc

  • I want the enemies are all stored in the same animation with different frames, it is a game based on tower defense every 1.6 seconds if spawn every enemy, I happen to I configured also if the amount of enemies is greater than ten increasing the wave and every wave when the enemy to be created if it changes its frame, it happens that before dying (when it collides with the target site) it is changing the frame to the other enemy, this because moved wave, does anyone have an idea how can I fix it.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello I am using a TileMap 80x80 how do I cover the entire area of the image, TileMap is picking up tiny pieces, but that's not what I want, I want TileMap use at once the whole picture.

  • Excuse my ignorance, now I could see here the right setting for TileMap.

  • How the TileMap works, I added an image as TileMap but the picture was all transparent in the layout.

  • hello everyone, I have a question, im my tower defense game, i want to pose my tower in a tiledbackground position, how do I program a variable to be changed its value when you click on a tiledbackground and adds a tower that occupies the empty place on the ground this tiledbackground and arrow as it no longer be emptier such position, not allowing you to add another tower in the same place, unless you sell the tower and make that empty place.

  • I will try to hide with the visibility, thanks [quote:3vgelm14]gumshoe2029

  • Hello gentlemen, I am facing a problem in programming is as follows, I want to be touching the reset button, to remove all instances of the same object que are in the layout, I've been using destroy it happens That Is destroying all so there is The Possibility of creating this again because every so Often to create the same object in the layout. This is an event que the user does not reach the goal I want you to clear the screen to get another game at the current level. And every x seconds to create another instance of this object in the layout.

  • Hello everyone, I have a problem is that when I import the icons for Intel XDK, it shows the error message "Intel XDK Icons and splash screens must be located Within the project source directory. Copy your icons and splash screens into the the source directory first if necessary. "I put the icons in the same directory where index.html and still not find the icons are already in standard size but still does not recognize that the files are there.

  • My thanks friend, it worked perfect.

  • Hello guys and girls, I have a terrible problem: My game is not provided correctly the amount of popcorn kernels that are falling into the pot, can you help me solve this, I will be very grateful.

    Follows the video game link.

    https://youtu.be/lMbSFMNvoEM

    Follow the link .capx game.

    https://goo.gl/o8aJme

  • What is the speed, or where i can to improve to make my sprites look like a movie?

  • Thank a lot my dear friend, for what you wrote got me based here, was this I did:

    When Variable is greater than or equal to 3 -> Regenerate obstacle map

    On pathfinding failed to found path -> Find patch at (tarjet.x, tarjet.y)

    On pathfinding found path -> move along the path

  • Hello everyone, I have a question, is that my pathfinding only works when I start the layout or when you have a count of every x seconds.

    My question is: how can I make the pathfinding find the path and go when a variable reaches a certain value, is why until now tenteir do but did not succeed.