Make an object bounce off an object without moving the object
solitairee
Member Posts: 73
http://gamesalad.com/game/7947
my problem is i dunno how to make it that square actor will not push moving one
really thx if someone know solution
my problem is i dunno how to make it that square actor will not push moving one
really thx if someone know solution
Comments
When I play it, there is a thin rectangle which moves up, until it hits a falling square and then the square actor pushes the rectangle actor down.
They then go through the square at the bottom of the screen.
I edited the title to post the actual question
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
johnmulcahy I wanna let the actor which is moving up move, let the falling actor fall, but after colliding I don`t wanna first actor be affected by collision but second (falling) will bounce
http://gamesalad.com/game/8575
Platform is non-moveable but moves using interpolate
now i'm not sure why it sticks to the platform the first time, but then it bounces fine for awhile.
anyone care to check it out - can download it from my ..ftp.. and if you can explain why it sticks the first time that'd be great
file is called - simplebounce.zip
ftp://96.228.187.169
uname: gamesalad
pwd: gamesalad
Do a rule like this
When Overlap/Collide with actor "Long rectangle"
--
Otherwise
--Move 270 relative to actor
Put that in the rule for your square
And set scene gravity to 0
Give that a try
Density and friction is 0 on platform and top/bottom.. Restitution is 1 on all.. Ball is density of 5.