Bonjour je cherche un script permettant de translater une image en clikant ou en survolant une fleche.
Mon scritp permet de la translater par acoup de 50pixels a chake click.
fleche_gauche.onPress = function() {
if (image._x<=760) {
image._x = pos_image+50;
pos_image = image._x;
}
merci