Shadowblitz16's Forum Posts

  • make the the grid 25x25 and the cell size 25 from yousr pathfinding sprite and use the sprite solid between 25 size..

    I have tried this with 32x32 but it hasn't worked so far

    Edit:aslo what do you mean by make the grid 25x25 I don't see a grid plugin

    You could try this plugin:

    It probably can be used to do what you want.

    Or you could implement pathfinding in just events. Here's my latest attempt using a hex grid. It actually should work if you change the hexagons to squares and position them on a grid. You just need to tweak the collision polygon into a square with beveled corners so diagonal cells won't be used.

    I have looked into the astar plugin but I don't understand how it works

  • is it just me or does that path finding behavior not support grid based movement?

    I have rotate set to false and Diagonals set to disabled but they still move smoothly and move Diagonally

    I want a 4 directional teleport like movement

  • 00Rez can you add some support for the pathfinder behavor?

    for example

    properties like

    1. speed

    2. Associate Path

    and support for things like

    1.Tilemaps

    2.Arrays

  • well I know but if I use tiles I couldn't use things like pathfinding

    or am I wrong?

    Edit: I move the Grid path finding question to Here

  • Ya I'm just going to use an object map instead of a tile map that way I can do normal object calculations

    However I do need to post a topic about that

    Edit: inless there is a way to select a tile ID like an object

    so I can use path finding

  • is there a way to select a tile by its X, Y, and ID?

    and then do different collisions depending on the Tile ID?

  • Thankyou I just realized the TilesJSON is an expression

  • How do I Export and Import A TileMap with a json format

    I see there is actions named load, download, and setfromjson,

    but how do I export it to a folder

    also I have had trouble inporting it with the load action

    does it need to be parsed in a certain way?

  • I'm not sure what you mean by PHP output

    I am using a .json file to do this

  • How do I Set a instance variable with an external file?

    I have this file

    {
        	"damage": 2,
        	"resistance": 16,
        	"health": 1,
        	"speed": 1,
        	"acceleration": 20,
        	"traillength": 0,
        	"wavethreshold": 0,
    	"homingthreshold": 0,
        	"selfdestruct": 1,
    	"armingtimer": 0,
        	"explosiontype": -1;
    }
    
    [/code:gkyoyiac]
    
    and I need to load it and set it to the instance variables
  • Try Construct 3

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

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

    you there I posted the capx example

  • bump I still need to know this

  • well dang ok then

  • I can make a example .capx

    Here

    Basically the stuff isn't being effected by the css all the way

    some of it seems to still be white

  • bump

    more problems

    scrolling bars seems to have graphical problems with css

    dropdownlist's actual dropdown bar's borders can't be customized