I tried using an action and it doesn't seem to work. Perhaps I am doing it wrong.
(Ball) - on collision with another object (bar)
Action: set speed to 1000
The ball was originally set to 400, but when I try it out the speed doesn't change. I'm new to construct2 but it wasn't hard to figure out after I read the beginners tutorial. Other actions seem to work ok, at least the ones I've tried, but this one doesn't seem to work. I have 8 direction movement as a behavior on the ball.
Can anyone help? Thanks.
Edit: This is a ball you move with the arrow keys. I do not have bullet as a behavior. Is the set speed action only for bullet objects?