User Tag List

Results 1 to 7 of 7

Thread: angle calculator

  1. #1
    No Products Registered

    Join Date
    Jan 2010
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    angle calculator

    Hi,
    Can anyone point me to a good angle calculator (angle between two objects).
    The one in the first extensions pack (advanced direction object) doesn't have angle as aon option for me, only distance...
    R

  2. #2
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    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)

    Join Date
    Jun 2006
    Location
    Killeen, TEXAS
    Posts
    1,062
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: angle calculator

    doesnt podunkins angle calc do this?
    hmm links to it are dead. i do have it and will send it to you if you need it.

  3. #3
    No Products Registered

    Join Date
    Aug 2006
    Posts
    984
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: angle calculator

    Quote Originally Posted by rogiedodgie32
    Hi,
    Can anyone point me to a good angle calculator (angle between two objects).
    The one in the first extensions pack (advanced direction object) doesn't have angle as aon option for me, only distance...
    R
    provided you have build 248 (i think), you can use atan2

    like: atan2(y("object1") - y("object2"), x("object1") - x("object2"))

    object1 and object2 may need to be switched around in that; can't remember

  4. #4
    Clicker

    Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    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)

    Join Date
    Jun 2006
    Location
    Killeen, TEXAS
    Posts
    1,062
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)

    Re: angle calculator

    i have uploaded the extension for you seeing it doesnt seem to be on the net atm
    http://www.acoders.com/members/danjo/Files/anglecalc.zip

  5. #5
    No Products Registered

    Join Date
    Jan 2010
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: angle calculator

    Hi danjo,
    I downloaded the files and put them in the right directories. The object is in the frame, but in the events when I right click there are only these options:
    debugger
    destroy
    edit
    delete
    nothing that would allow me to calculate the angle.
    Also, I don't have access to atan, only tan/cos/sin.

    Still stuck on this simple problem!

    Roger

  6. #6
    Clickteam Clickteam
    LB's Avatar
    Join Date
    Jun 2007
    Location
    Richardson, Texas, North America
    Posts
    8,937
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: angle calculator

    You have to use the Retreive Data from Another Object button in the expression editor to do it. EG set a counter to something and you can test it out.
    Working as fast as I can on Fusion 3

  7. #7
    No Products Registered

    Join Date
    Jan 2010
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: angle calculator

    Thanks LB,

    I've got it now.

    Just the answer I needed.

    Roger

Similar Threads

  1. Angle calculator in MMF2
    By teddyq in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 24th January 2009, 11:57 AM
  2. Angle Calculator for MMF2?
    By integrality in forum Extension Development
    Replies: 3
    Last Post: 11th December 2006, 05:36 PM
  3. THE PODUNKIAN'S ANGLE CALCULATOR
    By ThePodunkian in forum Extension Development
    Replies: 9
    Last Post: 24th August 2006, 04:32 AM
  4. Angle Calculator
    By willy in forum Extension Development
    Replies: 2
    Last Post: 13th August 2006, 06:02 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
  •