TELLES0808's Recent Forum Activity

  • Excuse me, do you used "On fall" or "Is falling"? Checking your file, you're using "Is falling", so, what you will expect from it is the animation restarting everytick.

    Instead of it, use "On fall", what is a trigger, or, use "Once True" with your "Is falling" check.

  • Everytime I want pick all the instances of one object, I do "Pick All" and then the logic.

    Your code is selecting only the enemies overlapping the player, so, if you want the events running for each enemy, try "For Each".

  • You're trying to run the exported html locally? That's why...

  • mindfaQ, I noticed after posting, thx!

    Excal,

    I did a sample a time ago, for a friend, and may it match perfectly for you.

    It's using pathfinder, but it don't will make any difference for you, but will make possible to check the distance.

    dl.dropboxusercontent.com/u/47035927/Samples/Path_Distance_Demo.capx

    Enjoy...

    Edited:

    Ashley, I would like ask you if is possible to implement a new function inside the pathfinder behavior?

    Please, consider making a "travel distance" or something similar, so, we will be able to check the shortest and longest paths and improve our AIs.

    I think most of the users needing it will not achieve workarounds like on the sample above.

  • only using plugins.

  • Excal,

    I do not want download your file or analyse your code, because it can be simpler than you're thinking...

    First of all, distance is a trick if you're dealing with a non static object.

    But, I did the job by using instance variables, setting the objects who need to be checking against another object by storing their "Distances" inside this instance variable, then, pick the object with the higher/lower "Distance".

    So:

    = Every tick:

    = For each Obstacle:

    -> Set instance variable "Distance" to [distance(Player.x,Player.y,Obstacle.x,Obstacle.y)]

    = Pick lowest "Distance" from Obstacle:

    -> Do whatever you want...

    Avoid making objects with the same exactly distance, or, the system will sort one of them...

    If it's not possible, simple make an index, so, put inside the "Distance" a dot and plus, an index, like the IID or UID, and the system will always pick the objects with the same distance, but will select the smaller IID or UID or another instance variable, like ID, its your choice...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • <img src="smileys/smiley19.gif" border="0" align="middle" />

  • Yeah, that was my first thought too, storing coordinates. I was hoping, there was a better solution tho. As i see it, a Recalculate Path action for the pathfinder behavior would be a nice addition.

    I believe there should be a way to determine where is the last node of a path, giving you the destination coordinates.

    dropbox.com/s/2m455kl05q7g0w2/Pathfinding.capx

    You can join the arrows with a line for each unit, and start the line path from the actual position of them.

  • You always can take the boss by its IID, instance variable, or health status, sorting and picking the higher health, or something else.

  • Ashley,

    That's an option to setup only left/right inside the behavior, so, I supposed it was designed to be for horizontal movements '-.-

    Taking a look in the description, you can easily do the same mistake as myself...

    <img src="https://dl.dropboxusercontent.com/u/47035927/temp/screenshot_8dir.png" border="0" />

    When all what I wanted was move object left and right in the canvas, while doing a study for space invaders.

    Do you have any concern about using the platform behavior to simulate the AI of 30 objects on the screen? Didn't tested it yet, but was trying to use the minimum possible to make viable the AI without spending any % of process than the necessary, targeting mobiles.

  • Ashley,

    This is a brand new and fresh installation of Chrome, and reverting back to an older beta, Previewing still working flawless.

    Actually the browser is not using extensions and plugins, also, Previewing with the Debugger it run okay and without the error message.

    --------------------

    Edited: removing and installing Chrome again solved the problem. Thank you!

  • I'm just posting here my comment made on the blog.

    Ashley,

    I started to work in a new game to use and abuse of the new features, and learn from it.

    Using the TMX system to map a stage is awesome, and mix it with invisible solid shapes is amazing.

    Looking for the feature, like it's actually, I just missed animated tiles. Using your philosophy of commas, it could use something like this:

    X = Grass / Earth;

    Y = Water;

    XXX XXX YY XXX

    While Y use 3 consecutive tiles to be animated, with 5 fps of speed, so, it could be, in the tileset, an arrangement like this.

    X Y1 Y2 Y3

    And inside the code with commas, 6x1, 3x2x3, 3x1, and then, setting the fps globally for a tileset object, so, whenever it call a third part of the multiplication.

    Plus, if it turn too much complex, you can have it turned into an auto-tile system, like RPG Maker did, using this type of procedural:

    6x1, 2x3c, 3x1 (where c is an alternative index of a pre-formated tileset, see below)

    blog.rpgmakerweb.com/tutorials/anatomy-of-an-autotile/

    It's can be a special part of the software, where it will always be displaying animated tiles with the same exactly setup, making the image format standard and easy to use, also, smaller tilesets specially designed for animations like water, doors, etc.

    Plus, auto-tiles have the nice behavior of know where the edges are, and fill them always when possible.

    blog.rpgmakerweb.com/wp-content/uploads/2012/01/AT-OSeperate.png

    And on platform games, make water surfaces with those animated tiles, also auto-tiling the scenario would be great!

    I'm very excited with this new feature, and everyone here sent you a special hug and thank you!

TELLES0808's avatar

TELLES0808

Member since 27 Oct, 2011

Twitter
TELLES0808 has 3 followers

Connect with TELLES0808

Trophy Case

  • 13-Year Club
  • Entrepreneur Sold something in the asset store
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • x2
    Popular Game One of your games has over 1,000 players
  • x12
    Coach One of your tutorials has over 1,000 readers
  • x3
    Educator One of your tutorials has over 10,000 readers
  • RTFM Read the fabulous manual
  • Email Verified

Progress

22/44
How to earn trophies