24 - Pinball

Created on Tuesday, 02 September 2025

A ragdoll for a ball and a pinball machine with bumpers, cogs, and ramps


Rate this Level



Level Source Data

You can copy this code to use as a template for your own creations in the Level Editor.

[ {
   "block": [ {
      "angle": 135,
      "height": 350,
      "width": 30,
      "x": 1380,
      "y": 1650
   }, {
      "height": 1100,
      "width": 30,
      "x": 1200,
      "y": 2450
   }, {
      "angle": 45,
      "height": 400,
      "width": 30,
      "x": 1060,
      "y": 2440
   }, {
      "angle": 135,
      "height": 400,
      "width": 30,
      "x": 140,
      "y": 2440
   }, {
      "height": 20,
      "isBumper": true,
      "width": 200,
      "x": 1360,
      "y": 3000
   } ],
   "circles": [ {
      "bodyType": "static",
      "isBumper": true,
      "radius": 100,
      "x": 800,
      "y": 1000
   }, {
      "bodyType": "static",
      "isBumper": true,
      "radius": 100,
      "x": 1200,
      "y": 800
   }, {
      "bodyType": "static",
      "isBumper": true,
      "radius": 100,
      "x": 400,
      "y": 800
   }, {
      "bodyType": "static",
      "isBumper": true,
      "radius": 100,
      "x": 800,
      "y": 600
   } ],
   "cogs": [ {
      "direction": "anticlockwise",
      "motorSpeed": 5,
      "x": 300,
      "y": 400
   }, {
      "motorSpeed": 5,
      "x": 1200,
      "y": 400
   } ],
   "filename": "24 - Pinball.json",
   "flippers": [ {
      "angle": 1125,
      "side": "left",
      "x": 400,
      "y": 2700
   }, {
      "angle": 315,
      "side": "right",
      "x": 800,
      "y": 2700
   } ],
   "points": 2000,
   "ragdoll": [ {
      "x": 1350,
      "y": 2800
   } ],
   "triangles": [ {
      "a": 370,
      "angle": 90,
      "b": 250,
      "bodyType": "static",
      "c": 350,
      "isBumper": true,
      "x": 1498,
      "y": 1410
   }, {
      "a": 350,
      "angle": 270,
      "b": 370,
      "bodyType": "static",
      "c": 250,
      "isBumper": true,
      "x": 10,
      "y": 1810
   }, {
      "a": 250,
      "angle": 0,
      "b": 250,
      "bodyType": "static",
      "c": 250,
      "isBumper": true,
      "x": 480,
      "y": 2200
   } ],
   "walls": [ {
      "height": 3000,
      "width": 1500
   } ]
} ]