quicksand effect
sebababi
Member Posts: 51
Hi
I tried to do a quicksand effect. So that when the actor goes through the sand, starts sinking.
I need to use collide. I tried it without collide, and the actor just goes thru the sand, very fast.
With collide, I changed the sand's density & friction to 0, and it didn't work. I can't manage to overlap Actor with Sand.
So, in one scenario it just goes thruw the sand super fast, and in the other one, it just doesn't move.
I would need help, ideas, suggestions ;o)
thanks
I tried to do a quicksand effect. So that when the actor goes through the sand, starts sinking.
I need to use collide. I tried it without collide, and the actor just goes thru the sand, very fast.
With collide, I changed the sand's density & friction to 0, and it didn't work. I can't manage to overlap Actor with Sand.
So, in one scenario it just goes thruw the sand super fast, and in the other one, it just doesn't move.
I would need help, ideas, suggestions ;o)
thanks
Comments
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
How should I use it?
Which attribute should I Interpolate?
http://gamesalad.com/wiki/behaviors_reference:interpolate
thanks
Sebastian
Try...
interpolate linear motion on the Y...to 25.
or... something like...
(interpolate Y.position) to (Y.position - 25)
Duration 1 second.
Awesome example tshirtbooth ;o) !!!
I'll also test with the interpolated. but I see tshirtbooth manage to do it with gravity.
P.S. it's a pity the Subscrite To Topic via Email doesn't work.