User Tag List

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

Thread: Advanced Math object?

  1. #1
    Clicker Fusion 2.5 MaciOS 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)
    Shadoku's Avatar
    Join Date
    Jul 2006
    Posts
    73
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Advanced Math object?

    Are there any plans to port the Advanced Math object, and if not, is there anyway to reproduce the effects of the FixedAngle() function without it?

  2. #2
    Clicker Fusion 2.5 MaciOS 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)
    Shadoku's Avatar
    Join Date
    Jul 2006
    Posts
    73
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Advanced Math object?

    Are there any plans to port the Advanced Math object, and if not, is there anyway to reproduce the effects of the FixedAngle() function without it?

  3. #3
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Advanced Math object?

    Advanced Math object is pretty much obsolete in MMF now. (even in MMF1.5 as it was designed for TGF)

    I don't know what the function does, but I guess it just gets the angle between two objects. Advanced Direction object can do that easily.

  4. #4
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Advanced Math object?

    Advanced Math object is pretty much obsolete in MMF now. (even in MMF1.5 as it was designed for TGF)

    I don't know what the function does, but I guess it just gets the angle between two objects. Advanced Direction object can do that easily.

  5. #5
    Clicker Fusion 2.5 MaciOS 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)
    Shadoku's Avatar
    Join Date
    Jul 2006
    Posts
    73
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Advanced Math object?

    Ah, thank you. <img src="/center/images/graemlins/laugh.gif" alt="" />

  6. #6
    Clicker Fusion 2.5 MaciOS 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)
    Shadoku's Avatar
    Join Date
    Jul 2006
    Posts
    73
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Advanced Math object?

    Ah, thank you. <img src="/center/images/graemlins/laugh.gif" alt="" />

  7. #7
    Clicker Fusion 2.5 MaciOS 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)
    Shadoku's Avatar
    Join Date
    Jul 2006
    Posts
    73
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Advanced Math object?

    One last thing, without the Maths Army Knife, how would you round a number to two decimal places?

  8. #8
    Clicker Fusion 2.5 MaciOS 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)
    Shadoku's Avatar
    Join Date
    Jul 2006
    Posts
    73
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Advanced Math object?

    One last thing, without the Maths Army Knife, how would you round a number to two decimal places?

  9. #9
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Advanced Math object?

    I think this will work. It just doesn't seem to work at bigger values. :-/
    Code:
    Int((   &gt;FloatValueHere&lt;    *100)+0.5)/100.0

  10. #10
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Advanced Math object?

    I think this will work. It just doesn't seem to work at bigger values. :-/
    Code:
    Int((   &gt;FloatValueHere&lt;    *100)+0.5)/100.0

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Advanced Math Object for Android
    By danjo in forum Android Export Module Version 2.0
    Replies: 2
    Last Post: 6th April 2013, 05:03 PM
  2. Advanced Math Object
    By madmac in forum iOS Export Module Version 2.0
    Replies: 0
    Last Post: 12th February 2012, 01:25 PM
  3. smoot scroll example using advanced math object
    By danjo in forum File Archive
    Replies: 0
    Last Post: 3rd January 2012, 02:44 AM
  4. Advanced Math Object - Raise Number to Power Error
    By droberson in forum Extension Development
    Replies: 2
    Last Post: 4th August 2008, 03:26 AM
  5. Advanced Math Object not recommended?
    By Bruto in forum Extension Development
    Replies: 8
    Last Post: 8th February 2008, 08:31 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
  •