Hi, I'm new to this, does anyone know how I can increase the size when clicking on an image
Develop games in your browser. Powerful, performant & highly capable.
You can create an instance variable name objScale.
Every tick => set object scale equal objScale.
On Clicked => add 0.1 to objScale