ok the main part im haveing trouble is with the collision i m not sure how to input the colision and im goin to try the code you put up what i hav
`foward dash
sprite 1,x,y,21
if inkey$()= "d"
`if rightkey() = 1
` repeat
` mirror sprite 1
x = x + 35
sprite 1,x,y,21
wait .01
repeat
x = x + 35
sprite 1,x,y,22
wait .01
sprite 1,x,y,23
wait .01
sprite 1,x,y,24
wait .01
until inkey$()="d" = 0
`until rightkey() = 0
sprite 1,x,y,25
wait .01
sprite 1,x,y,26
`until sprite mirrored(2)= 0
sync
endife right now for the movement of one character it this