function Platform(left, right, back, front, y) { this.left = left; this.right = right; this.back = back; this.front = front; this.y = y; }