A simple confusion
ichooicedanotherbrodamncmon!!1
Member Posts: 22
Q1 - Hello guys, I created an elevator when my actor is on it, it will go to top and stop on a y position. my actor to be on it of course it needs a collide behavior and i put it. Now when actor collides it, they go away. If I make the elevator unmovable, then how will it work.
Q2- There is gravity in the scene, I have an elevator and it mustn't go down because of this I made it unmovable, of course now it does not go to top. How can I destroy the gravity effects on my elevator ?
Thanks.
Comments
I generally don't like using gravity. It applies to all actors. Easier to apply acceleration pointing down for things that need gravity effect.
Then you can move things however you want.
Is there any way without using gravity ?
Sorry wrote wrong, is there any way with using gravity ?
Keep gravity and keep the actor unmoveable and use the interpolate behavior.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Now it works as i want thank you