User Tag List

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

Thread: Circular Movement with Platform Movement Extension

  1. #1
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Circular Movement with Platform Movement Extension

    Well, I have this object set to "the" object in Platform Movement (the extension). Anyways, I want the object to move around another object, BUT BY USING THE PLATFORM MOVEMENT VALUES.
    X and Y.

    Please help :3
    MechaBowser.

  2. #2
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Circular Movement with Platform Movement Extension

    Anyone?

  3. #3
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Circular Movement with Platform Movement Exten

    I really don't understand what the question is, to be honest.

  4. #4
    Clicker Fusion 2.5 Developer
    ChrisStreet's Avatar
    Join Date
    Jul 2006
    Location
    United Kingdom
    Posts
    569
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Circular Movement with Platform Movement Exten

    The PMOs X and Y movements determine the "speed" of the object, rather than its position. You'd need to create a completely custom engine using trig.

  5. #5
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Circular Movement with Platform Movement Exten

    []The PMOs X and Y movements determine the "speed" of the object, rather than its position. You'd need to create a completely custom engine using trig. [/]
    No, it should be possible.
    I'll make a picture to make ya know what I'm looking for.

    Edit: Ah, here we go:
    []http://img.photobucket.com/albums/v333/MechaBowser/Helpplz.png[/]

  6. #6
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Circular Movement with Platform Movement Exten

    Um, why use the platform movement object? The whole point of it is to show side-view with gravity, but the object you're moving is ignoring gravity, making the PMO useless here.
    For those who don't know, the way to move an object in a circle round another is:
    Always:
    Add 1 to alt value A of Object
    Set X position of object to sin(A)*100 + X("Object 2")
    Set Y position of object to cos(A)*100 + Y("Object 2")
    1 is the speed, in degrees/frame, 100 is the distance from "Object 2".

    (I assume you know this because you put "the hard part is not making it spin around without PMO").

    So WHY do you need to use the PMO?

  7. #7
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Circular Movement with Platform Movement Exten

    []Um, why use the platform movement object? The whole point of it is to show side-view with gravity, but the object you're moving is ignoring gravity, making the PMO useless here.
    For those who don't know, the way to move an object in a circle round another is:
    Always:
    Add 1 to alt value A of Object
    Set X position of object to sin(A)*100 + X("Object 2")
    Set Y position of object to cos(A)*100 + Y("Object 2")
    1 is the speed, in degrees/frame, 100 is the distance from "Object 2".

    (I assume you know this because you put "the hard part is not making it spin around without PMO").

    So WHY do you need to use the PMO? [/]
    Because PMO has sweet and smooth collision detection. I set the gravitity, jump strength etc. to zero, and use it that way.

    Do I get help now? D:

  8. #8
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module
    Nifflas's Avatar
    Join Date
    Jul 2006
    Posts
    2,613
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Circular Movement with Platform Movement Exten

    It sure has smooth collision detection, but if it collides with something, it will be extremely hard to make it find it's way back to the orbit around the other object. It's so hard, and require so many events, that I doubt it's worth it.

    Good collision detection is what the move safely 2 extension is all about. It would be so much easier to use it for the same thing, and use the x=sin(angle), y=cos(angle) rotation that Dynasoft explained. It will have the same effect (nice orbit around the center object, great collision detection), and require perhaps 5 times less events.

  9. #9
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Circular Movement with Platform Movement Exten

    []and use the x=sin(angle), y=cos(angle) rotation that Dynasoft explained.[/]
    There's a reason for me asking for such a wierd code <img src="/center/images/graemlins/tongue.gif" alt="" />

    The object which rotates around the other has standard movment before it begins to rotate.

  10. #10
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Circular Movement with Platform Movement Exten

    Can you perhaps do it by activating/deactivating two separate movement groups as needed?

Page 1 of 2 1 2 LastLast

Similar Threads

  1. [Crash] B257.16 - Platform Movement extension
    By Popcorn in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 24th April 2013, 06:50 PM
  2. Movement Extension:Physics Platform Movement?
    By Iwantmyrpg in forum Extension Development
    Replies: 7
    Last Post: 27th November 2010, 04:37 PM
  3. Platform Movement Object Extension
    By Oreo in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 8th February 2009, 09:38 PM
  4. Movement Problems (Circular Movement and Crashing)
    By Maverick in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 16th October 2006, 09:24 PM
  5. Platform Movement Extension
    By Leric in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 1st July 2006, 01:49 AM

Posting Permissions

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