User Tag List

Results 1 to 3 of 3

Thread: Disobedient Otters (Movement Issues)

  1. #1
    Clicker Multimedia Fusion 2
    Wolfking_Warrior's Avatar
    Join Date
    Aug 2012
    Posts
    71
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question Disobedient Otters (Movement Issues)

    Hi everyone!

    So, I was making a test, and created an Otter AI that would track and move towards urchins.

    Otter_AI.mfa

    Strangely, it zoomed away and off the frame, for which I have no answer for.
    Could someone take a look and tell me what's wrong?

  2. #2
    Clicker Fusion 2.5 Developer

    Join Date
    Jul 2008
    Location
    UK
    Posts
    1,393
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    You just need some more brackets:
    X( "Otter" )+(XTarget( "Otter" )-X( "Otter" ))*(OtterSpeed( "Otter" )/100.0)
    Y( "Otter" )+(YTarget( "Otter" )-Y( "Otter" ))*(OtterSpeed( "Otter" )/100.0)

    If you have multiple otters, you're going to run into problems though - you'll probably want to think about using the ForEach extension...

  3. #3
    Clicker Multimedia Fusion 2
    Wolfking_Warrior's Avatar
    Join Date
    Aug 2012
    Posts
    71
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for your help!

    I'll look into the ForEach Extension.
    I've already been told the same thing by a couple other people too.

Similar Threads

  1. Movement synchronization issues (physics spaceship movement)
    By SecondSons in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 24th January 2014, 10:52 PM
  2. Figure 8 movement issues
    By ELCGames in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 25th December 2010, 03:28 PM
  3. Movement Issues
    By GWGord in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 11th September 2008, 03:05 PM
  4. Movement and game Board Issues
    By RobTheBuilder in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 22nd June 2007, 02:29 PM

Tags for this Thread

Posting Permissions

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