User Tag List

Results 1 to 5 of 5

Thread: Collision Object?

  1. #1
    No Products Registered

    Join Date
    Jun 2006
    Posts
    230
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Collision Object?

    Does any one know if the collision object by James Harris will be converted?

    I need to find out which side a collision occured.

    Thanks.

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

    Re: Collision Object?

    If you only need to find out it the collision occured on the left or right of the object, you can simple compare the two objects position in the collision event:

    + Collision between [ObjectA] and [ObjectB]
    + [ObjectA] X position is greater than X("ObjectB")
    ---> Do stuff when collision was on the left side of ObjectA

    + Collision between [ObjectA] and [ObjectB]
    + [ObjectA] X position is lower than X("ObjectB")
    ---> Do stuff when collision was on the right side of ObjectA

  3. #3
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Collision Object?

    I really liked the collision object.

    I have not seen the creator of it online in a very long time.
    Maybe its an object that can be recreated by someone else if he is gone.

  4. #4
    No Products Registered

    Join Date
    Jun 2006
    Posts
    230
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Collision Object?

    No, i'm affraid that wont work for what i'm doing.

    Thanks any way.

  5. #5
    No Products Registered

    Join Date
    Jul 2006
    Posts
    63
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Collision Object?

    You could (on collision) calculate the degrees between object A and B to decide where (quite accurately) the collision took place.

Similar Threads

  1. Active Object Collision box?
    By mykal in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 8th December 2013, 01:11 PM
  2. How to Delete Right-Most Object Upon Collision?
    By pinacoladaxb in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 3rd August 2012, 03:17 AM
  3. No collision for created object
    By Tiles in forum File Archive
    Replies: 1
    Last Post: 21st December 2010, 10:45 AM
  4. Help collision with another object
    By ASD in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 13th February 2010, 03:00 PM
  5. Collision Masks for every object?
    By Alves in forum Multimedia Fusion 2 - Technical Support
    Replies: 13
    Last Post: 17th January 2010, 10:53 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
  •