Author Topic: On velocity impact  (Read 485 times)

i think it would be nice to have a little event, that for example, onplayer touch>self>on velocity impact> 20

something useful for when you want people to hit it at a certain velocity going up down left right etc...

i think it would be nice to have a little event, that for example, onplayer touch>self>on velocity impact> 20

something useful for when you want people to hit it at a certain velocity going up down left right etc...
use variables?

oh, wait thats what variables do?

Dude just use OnPlayerTouch

you guys are missing the point, he wants it so the event is triggered when you hit something fast enough

for instance you get shot out of a cannon to break through a wall

onPlayerTouch only registers every 200ms and would likely cause you to slam into the wall and potentially die before anything is detected, or just stop all your velocity.


exactly, thats what i meant, bushin, something that will occur once you hit it at the exact velocity or higher

you guys are missing the point, he wants it so the event is triggered when you hit something fast enough

for instance you get shot out of a cannon to break through a wall
no... there was a variable that was velocity

no... there was a variable that was velocity
onPlayerTouch only registers every 200ms and would likely cause you to slam into the wall and potentially die before anything is detected, or just stop all your velocity.