If you wanted the object to climb a ladder, you would move it’s Y position up as the user held the up arrow… so like
this._y += 5;
If you wanted the object to climb a ladder, you would move it’s Y position up as the user held the up arrow… so like
this._y += 5;
:: Copyright KIRUPA 2024 //--