User Tag List

Results 1 to 2 of 2

Thread: I really need this problem sovled...

  1. #1
    Clicker Multimedia Fusion 2
    Skeets's Avatar
    Join Date
    Apr 2007
    Location
    Utah, USA
    Posts
    360
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    I really need this problem sovled...

    I am making a game with click and move movement, and I am trying to get him not to step on the building. If it is possible, I need a way for him to automatically go around the building when you click on the other side. If you are reading this and have a sulution, please tell me.

    Thanks,

    Skeets

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCSWF Export Module
    Alonso's Avatar
    Join Date
    Jul 2006
    Posts
    681
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: I really need this problem sovled...

    You're asking for a pathfinding routine. Let me tell you the easiest it's going to get is to manually place detectors around the building so that the character moves around it how you like.
    If you want something more professional, you should check out the pathfinding object and divide the level into (maybe 12x12) cells (that in height are affected by the camera angle of each frame). Then, mark the obstacle cells manually and have the object guide the character around the building.
    Otherwise, you could also try using the built-in path movement because it has the branching feature, and somehow (I honestly haven't dwelled upon it) make a separate object work as a wall/obstacle detector.
    There are definitely other methods to work this out, though.

Similar Threads

  1. Pulling Problem and Shooting Problem
    By Duggabboo in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 21st March 2010, 05:24 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
  •