``` python from FGAme import * s = world.add.rectangle(shape=(50, 50), pos=pos.middle-(100, 0)) a = world.add.circle(5, pos=pos.middle, vel=(-300, 0)) run() ```