User Tag List

Results 1 to 5 of 5

Thread: Pathfinding including moving objects

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Lukiester's Avatar
    Join Date
    Feb 2014
    Location
    Melbourne
    Posts
    373
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Pathfinding including moving objects

    Hey all, I have had this pathfinding problem for a while. I have a pathfinding solution but have added some code to make the pathfinding enemies aware of each other. It generally works however many times the collision between enemies can push enemies over an obstacle. The new code is from 18-20. Thanks, also the reason im using this pathfinding system and not a grid based solution is because my game has many enemies moving at once and other solutions cause lag.
    SimplePatfindingWithoutExtension.mfa

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    Fusion 2.5 (Steam)
    schrodinger's Avatar
    Join Date
    Nov 2014
    Posts
    3,159
    Mentioned
    28 Post(s)
    Tagged
    1 Thread(s)
    Hey Lukiester

    is this to "weight down" your shooting game?
    unfortunately avoiding stack of multiple moving objects is pretty tricky,
    if you can come away with a very "bland" solution, you could try this one:

    SimplePatfindingWithoutExtension_pushaway.mfa

    enemies will overlap still, but they won't stack as before

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Lukiester's Avatar
    Join Date
    Feb 2014
    Location
    Melbourne
    Posts
    373
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Ah, i thought you died are you getting my private messages? In regard to this issue that seems to work great, thanks a lot. I don't need something complicated just a way to not make them all in one place.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    Fusion 2.5 (Steam)
    schrodinger's Avatar
    Join Date
    Nov 2014
    Posts
    3,159
    Mentioned
    28 Post(s)
    Tagged
    1 Thread(s)
    Well, sort of,
    having to look at more than 1200 lines of code I confess I felt some dizzyness and pain
    Jokes aside, sorry if I didn't still get back to your latest message but I had no news
    I gave it a couple runs but was having hard times reproducing the issue...
    and it's quite busy times so not sure if/when I'd be able to really check it out, sorry.

    Glad we got this other sorted at least

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Lukiester's Avatar
    Join Date
    Feb 2014
    Location
    Melbourne
    Posts
    373
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Oh right, no problem, thanks so much for the help

Similar Threads

  1. Replies: 3
    Last Post: 16th July 2016, 07:35 PM
  2. Pathfinding Help, to the nearest objects
    By Lukiester in forum Fusion 2.5
    Replies: 47
    Last Post: 13th November 2015, 03:40 AM
  3. Backdrops don't stop copied objects from moving when touching 1 but other objects do
    By D_Light in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 2nd April 2014, 05:18 AM
  4. Pathfinding - 2+ objects?
    By pinacoladaxb in forum File Archive
    Replies: 5
    Last Post: 19th April 2008, 12:44 AM
  5. Pathfinding with moving aim
    By Czentnar in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 27th January 2007, 10:47 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
  •