Levels: Move and_or Elevator - The-Source-Eternal/Children-of-IO GitHub Wiki

Teaches: game creator code (regular js too?) Specifically: Moving with physics (probably comes before the move vs warp level)

Ball On A Roll

A slanted platform has a ball on it. It's recessed into the wall and very low down. The player has to move the platform up to be level with the floor above it, where there is a matching groove that the ball will travel down, unlocking the next level.

Elevator

Have to make an elevator for yourself. (Perhaps this can be included in the object creation level. I'll get more into that in Level: Object Creation).