User Tag List

Results 1 to 4 of 4

Thread: objects and 8-directions move

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Sep 2009
    Posts
    356
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    objects and 8-directions move

    I have 2 objects with 8-direction movement. One is supposed to move vertically, other one horizontally.
    I've made it as in presented example.

    The problem is that I cannot move them simultaneously - check the examlpe.
    http://tecbug.pl/pub/problem_directions.mfa

    How can i correct that?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module

    Join Date
    Sep 2009
    Posts
    356
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: objects and 8-directions move

    Is this problem so complicated that nobody can help me?

  3. #3
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)

    Re: objects and 8-directions move

    You have to make them static objects, and change their x and y coordinates manually. Example:

    + Repeat when "right" is pressed
    - Set x position of object1 to x position of object1 +1
    - Set y position of object2 to y position of object2 +1


  4. #4
    No Products Registered

    Join Date
    Feb 2009
    Posts
    44
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: objects and 8-directions move

    Hey, I am on a cell right now so I cannot check ur example (also excuse the bad grammar for that reason) but have u tried the path movement instead? I had a similar problem the other day with npcs for an rpg game and sumbody showed me an example of how this can be done almost perfectly with the path movement. I didnt think this movement was fit for this kind of behavior but I was proved wrong. Maybe this will solve ur issue as well? I'd give u an example but I dont have access to my computer as I mentioned earlier.

Similar Threads

  1. 8 directions: make the object move due to a general event
    By Chokito in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 20th November 2012, 12:27 AM
  2. Enemy Move Around objects?
    By Pixzel in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 14th January 2012, 07:02 PM
  3. Move two objects
    By FlinkGigitty in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 17th August 2010, 06:10 PM
  4. Move objects like in this game?
    By StingRay in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 5th February 2010, 06:59 AM
  5. Won't move in certain Directions
    By kjellm87 in forum Multimedia Fusion 2 - Technical Support
    Replies: 14
    Last Post: 9th March 2009, 07:30 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
  •