ENEMIE
hi, i tried to do a code for the quick enemyes move but doens't worked, can you help me? https://microstudio.dev/i/warrior/lipesadventure/
And also, i maked a ladder to the player go up but i make this simple code
for l in ladder
if Quick.spriteCollision(lipe.sprite,l) and keyboard.UP or keyboard.X then
lipe.sprite.y += 1
Quick.friction = 100
else
Quick.friction = 2
end
end
the code is working, the only wrong thing is when the player collide with the ladder
end go out of her hit box, the friction still 100
, the friction don't return to 2, plis i need help