User Tag List

Results 1 to 7 of 7

Thread: Vector bounce?

  1. #1
    No Products Registered

    Join Date
    Jul 2010
    Posts
    90
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Vector bounce?

    so basicaly im trying to make it so when the vector collides with a wall it bounces off. I tried to do this but it only lets me reverse the movement of the vector. please help :]

  2. #2
    No Products Registered

    Join Date
    Dec 2008
    Location
    U.S.
    Posts
    133
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Vector bounce?

    I don't know the vector movement, but I'd say to simply reverse the x and y components of the ball

  3. #3
    No Products Registered

    Join Date
    Jul 2010
    Posts
    90
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Vector bounce?

    how do i do that?

  4. #4
    No Products Registered

    Join Date
    Jul 2010
    Posts
    90
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Vector bounce?

    please help:[

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Vector bounce?

    Use the Clickteam Movement Controller object.

    There is a "Select object" action.. choose your object.
    Then go to the Vector Moment submenu and do whatever you want.

    And please don't bump your topic after 30 minutes...

  6. #6
    Clicker Multimedia Fusion 2SWF Export Module

    Join Date
    Sep 2006
    Posts
    1,544
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Re: Vector bounce?

    You need to calculate the normal angle of the wall at that point and do a vector reflection over that normal angle line. If V is the vector and N is the normal angle at the wall, the reflection is V - (V dot N) * N

  7. #7
    No Products Registered

    Join Date
    Jul 2010
    Posts
    90
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Vector bounce?

    i tried to fource bounce but when it hits a wall vertically it goes rigt thorught example pelase

Similar Threads

  1. Bounce and stop with vector movement
    By Daidy in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 28th January 2012, 07:04 PM
  2. Bounce-Up
    By Jeff in forum iOS Released Games & Apps
    Replies: 0
    Last Post: 22nd November 2011, 01:52 PM
  3. iOS Bounce Bug
    By Keith in forum iOS Export Module Version 2.0
    Replies: 4
    Last Post: 7th September 2011, 03:52 PM
  4. Vector Movement BOUNCE rather than Reverse
    By Tuna in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 29th March 2011, 01:21 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
  •