17-08-2008, 09:41 PM
Désolé oxman.
Code :
$('#player').css({
zIndex: zindex
}).animate({
top: top,
left: left
}, 200, function() {
if (index+1 < ways.length) {
moveMe(ways, index+1);
}
});