User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: pathfinding object

  1. #1
    Clicker Multimedia Fusion 2

    Join Date
    Feb 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    pathfinding object

    hello there

    i tried to copy the example for the pathfinding object, but i have problems with detecting obscales. the object recognises the obscales, but it does not remember it. let me show you what i got:

    http://borgi.extra.hu/path.mfa

    the path can be on the obscales too.

    i need some help with it.

    thanks!

  2. #2
    Clicker Multimedia Fusion 2

    Join Date
    Feb 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: pathfinding object

    no1 has used this object yet? :C

  3. #3
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: pathfinding object

    People have, this is just an issue too complicated for others to just go and fix your problems

  4. #4
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: pathfinding object

    It's an action order problem. You start the read loop before you initialize the map. Double click the action to change the order.
    And for some reason there is an empty action. I think I might have an old version of the object...

  5. #5
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: pathfinding object

    Okay, I tried to look into it, but MMF2 crashes to desktop when I point at the actions in the second event. Nice..

  6. #6
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Simon_K's Avatar
    Join Date
    Oct 2008
    Posts
    18
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: pathfinding object

    dont use that object
    use advanced path finding... its muuch better!
    and in general: dont just copy events from the examples... u wont understand it this way

  7. #7
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: pathfinding object

    Well I recommend to not use the advanced pathfinding object until you have fully understood this one.

  8. #8
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: pathfinding object

    I recommend not using it at all.

    It's unrealistic to ask people to make large system changes just to use an object.

  9. #9
    No Products Registered

    Join Date
    Jun 2006
    Location
    Land of raging rockets
    Posts
    1,231
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: pathfinding object

    With MMF that is not the case. In fact you should design the entire game -around- the object your using. Which means, once you switch to advanced pathfinding, you probably have to start over.
    That's usually a good thing, cause the second time your code is most of the time much more efficient and better thought through.

    A programming teacher (not MMF related) once told me, that during the course of a normal project he "statistically" rewrites every line of code 2-4 times.

    Now you might say "ooh that's bad planning", but no, most of the time it's nescessary to keep the code clean, fast and simple, which often is not possible the first time (despite being not the best idea anyway, considering the approach "make it run; make it right; make it fast").

    Dang. Did I just get really really offtopic?

  10. #10
    Clicker Multimedia Fusion 2

    Join Date
    Feb 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: pathfinding object

    Werbad, thank you very much. Really, that was the actual problem ;>

Page 1 of 2 1 2 LastLast

Similar Threads

  1. pathfinding object
    By westray in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 5th April 2012, 11:30 PM
  2. Pathfinding object...again
    By Keyboarder in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 20th November 2011, 02:08 PM
  3. PAthfinding object?
    By Rushino in forum Extension Development
    Replies: 1
    Last Post: 8th September 2006, 04:09 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
  •