Arrow keys - move the blue box around Down key - drop from a platform You can change gravity and see how the Blue Box reacts while attempting to walk on a ramp.
This is a 2D platform engine to develop platform based games. As it is a draft, there is probably still room for improvement, so any suggestions are welcome and appreciated! :) It already contains three sprites on it -> Ground (in black) -> Platforms (in blue) -> Player (orange box) You can have has many platforms as you like. One thing I've learned from this draft is that the block <touching [sprite]> also works with clones! So, to simply create independent platforms, we just need to clone the 'Platforms' sprite with a different costume in a different position. In the next update, it'll support movable and independent platforms! Hope you like this little draft, it might be useful! :)