its easy, but you have to have seperate sprites for each movement, just have a up and down angle and a middle and put this code in the mousemove section
if mouseY > 200 then
recreatesprite
end if
if mouseY < 100 then
recreatesprite
end if
if mouseY < 200 then
if mouseY > 100 then
recreatesprite
end if
end if