User Tag List

Results 1 to 4 of 4

Thread: Possible to make some simple object fall physics without physics engine?

  1. #1
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleXNA Export Module
    Outcast's Avatar
    Join Date
    Jan 2011
    Location
    Sweden
    Posts
    3,417
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)

    Possible to make some simple object fall physics without physics engine?

    I am making a platformer and I would need to make some simple physics for objects falling and colliding with ground and stopping. I dont need it to be to realistic so for this Box2D seems like a bit of overkill. But is there any other easy way to achieve something like this? I have tried the pinball movement and while it is ok, it sometimes bounces strangely and its hard to make the object stop in a natural way after its movement. Any tips or examples of this?

  2. #2
    Clicker

    Fusion 2.5 DeveloperFusion 2.5 DeveloperFusion 2.5+ DLCiOS Export ModuleSWF Export Module
    xhedgehogx's Avatar
    Join Date
    Nov 2007
    Location
    NY, USA
    Posts
    745
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I use the pinball movement. Every time it touches the backdrop set it to bounce, set it's speed to half of what it is and add 1 to an alterable value. Soon as the alterable value equals 3 or 5 or how ever much you want it to bounce, just make it stop.

    Pinball movement probably isn't the best solution. But it works for simpler things.

    In this video, the first 10 seconds rather is how I use it...
    http://www.youtube.com/watch?v=npr8tGd9jxs

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    oruga's Avatar
    Join Date
    Feb 2012
    Posts
    366
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +object is not overlapping a backdrop - > object's y position + 2
    +object is overlapping a backdrop - > object's y position - 2

    Maybe not the best solution but works, it's a good start, tweak it as needed :P

  4. #4
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jan 2010
    Posts
    164
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you don't need all players in the game, you could set a platform movement to it, then set it to be controlled by player 4, and ignore player 4's controls. Then it falls to the ground and everything else. I think you can use the bounce action too, instead of stop. But set some values so it doesn't bounce forever :P But it is not too hard programming from scratch either.

Similar Threads

  1. Physics question! Making AI that uses Physics Platformer/Physics Static movement
    By Krim in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 13th December 2013, 03:19 AM
  2. How much do you need a physics engine in iOS?
    By SolarB in forum iOS Export Module Version 2.0
    Replies: 11
    Last Post: 2nd September 2013, 07:27 PM
  3. IOS physics engine?
    By Shadeve in forum iOS Export Module Version 2.0
    Replies: 14
    Last Post: 14th August 2013, 03:03 PM
  4. Car Physics Engine help
    By Vetmora in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 4th July 2012, 03:08 AM
  5. Simple box physics movement?
    By machrider in forum Extension Development
    Replies: 1
    Last Post: 21st October 2006, 03:20 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
  •