Author Topic: Event/Event Add-on that sends you flying into a direction?  (Read 379 times)

Does anyone know if there is an event or even add-on that if you step on a brick, it sends you flying into a specific direction like a launch pad or something?

I think theres a default event called AddPlayerVelocity or SetPlayerVelocity or something like that
I think theres either 3 or 6 boxes in the output
the first three are in this order
x-axis - y-axis - z-axis

there are 3 boxes. can you tell what each box represents (direction, speed, etc)?

each box represents a 3d Cartesian grid
The first box is the amount of velocity you want to add to the x axis. A positive value (3, 66, 158, etc. up to 200) adds velocity to your right if your facing north. A negative value will send you to the left if facing north.
The second box is the same, except a positive value will be north, and a negative value is south
The third box is the Z axis. This is how far up or down you want to go

you can also go at an angle to all  three axis: For example, 10 -5 44 will send you with a velocity of 10 to the right, -5 will send you south at a velocity of 5, and 44 is the velocity applied up
« Last Edit: October 11, 2015, 03:46:56 PM by Becquerel »