Hey guys! I just wanted to let you know that I have read the tutorial for the platformer by Ashley. The thing about that tutorial is that it only shows how to go left and right. The thing I want to do is make it go up and down. I am making a puzzle/maze game. And on the 11th level I want there to be something that bounces off the walls at a decent speed to give the player a bit of a challenge.
Here is what I had for my code keep in mind that "movement" is my instance variable.
deathWallMove movement = "up">deathWallMove Simulate platform pressing Jump
>deathWallMove set Not Mirrored.
Also in the game the block goes down but will not bounce because the only options are left and right. My game is apparently too large to upload so I hope someone understands what I am trying to do.
TL;DR Trying to make an object bounce up and down after hitting a wall