User Tag List

Page 3 of 3 FirstFirst 1 2 3
Results 21 to 25 of 25

Thread: integrated pathfinding object help

  1. #21
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    461
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: integrated pathfinding object help

    I have never tried it with qualifiers, but I would suppose it depends on what are you trying to do with the qualifier.

  2. #22
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Nov 2008
    Posts
    29
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: integrated pathfinding object help

    I'm basically trying to use qualifiers as agents and plan paths for them. E.g I have different enemies but want to apply the same pathfinding routine to them. Otherwise I'd had to code a pathfinding for each of them. For now, It seems like when you use qualifiers, nothing happens when you set the pathfinding in motion. I used the examples as a reference, where the agents had ball movements. When I say orient to the next node, it doesn't work. So I cannot tell if the whole pathplanning doesn't work or just this command.
    Another thing was when trying to test if the agent can reach it's target and negating the expression (asking if it cannot reach the target and so choose a different one or do something else, like hovering around), the program crashes.

  3. #23
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    461
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: integrated pathfinding object help

    There are some issues with the actions that deal with active objects when it comes to Qualifiers, although I thought the code I used was handling them correctly.

    You can always create dummy (hidden) objects to use for the pathfidning and have your qualifiers follow them, to work around this.

    The negation thing is a bug in the extensions SDK itself and cannot be avoided at this time (that's why we have a NOT version of the Is Agent At Destination condition).

  4. #24
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export ModuleXNA Export Module

    Join Date
    Jun 2007
    Posts
    481
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: integrated pathfinding object help

    can you make Integrated Path Planing Object extension for flash ?

  5. #25
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    461
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: integrated pathfinding object help

    I hope to be able to do it one day. At the meantime, I am overwhelmed and do not see it happening in the near future.

Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. Integrated Path Planing Object
    By Kisguri in forum Released Extensions
    Replies: 27
    Last Post: 12th July 2017, 10:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •