How to make platforms...

Im gonna make platforms for my game
http://flowlab.io/game/play/1229913
Is there a way to do it?

yes… what kind of platforms?
you could make a shape in the sprite editor and there’s your platform…

Yeah what do you mean by platforms?

Like ones that move up and down or ones you can put on a custom track

Well, there is no custom tracks for platforms… all movements have to programmed in yourself.
For vertical and horizontal movement only, you lock one of the axis using the position block.

ex: Always --> 120 --> X position

You can use velocity to move the platforms in other direction.

ex: Always --> 20 --> Y velocity