Hello, I am trying to create simple joystick from javascript into typescript but there are many errors so I want to know how do I do in typescript

JS : https://playground.babylonjs.com/#C6V6UY#610
v
v
v
TS : https://playground.babylonjs.com/#E2XN5V#13

Hello and welcome to the Babylon community! I recommend reading on Typescript so you can understand the error messages better: TypeScript Tutorial :slight_smile:

Basically you are adding properties like floatLeft which are not defined in the Ellipse. Typescript wants to be sure this is not a mistake.