Create a Wall without bouncing
Hello,
I am totally new here. Just downloaded gamesalad yesterday. I have finished the tutorial and now I am starting to create a game.
The first thing, extremely basic is that my actor can move out of the screen. So I decided to put walls so he stays inside ^^
But the walls are making the actor to bounce and I just want it to block the player without any bouncing.
To make the walls, I created and actor and add a "collide" effect. Which automatically include "bounce". How to remove this bounce effect please ?
Thank you
Best Answer
-
Bowhill Games Posts: 191
Hello @baazul if you open up your wall actor and take a look at its attributes, there will be a section called "Physics" in here you will see an attribute called "Bounciness" set this to 0 and you will no longer bounce off the actor.
(site currently under construction)
Answers
it works, thank you