Create a new object blockH, set the sprite to the horizontal block and make it solid. Also make the normal block the parent (so it does the same landing actions automatically).
Go into the character's <Left> event and add:
if so, do the following... inside start & end blocks...
Go into the character's <Right> event and add:
If so, do the following - inside Start & End blocks, add the same actions as before, but the x values are "4" instead of "-4".
You need to create a testing ramp in your room. Your ramp needs to have about 6-8 steps/levels. It works best if you have 2 squares per "step" so it'll look like it's gliding. Start by adding the whole blocks with 2 spaces between; then place the horizontal blocks between for the ramp
Test out your room and make sure it works.