Whenever I move a sprite using the following code, a black border will appear around it where there shouldn't be.
var navigate1 = new lime.animation.Sequence(
new lime.animation.MoveTo(675,230).setDuration(1),
new lime.animation.MoveTo(725,200).setDuration(1),
new lime.animation.MoveTo(735,180).setDuration(1));
Is it something do with the code, or the sprite image?
Refreshing the screen in anyway (such as resizing the browser) would make the black borders disappear.