Making a dynamic Image


#1

Hi all. It’s my first post over here, I might be offhand.

I’d like to know if Axure allows us to create a dynamic image.

This image has to move from a point X to a point X + 5 on the right while the mouse is over that very same image.

Does anyone has a clue for my issue, thank you.


#2

Hi!

You can do this with an expression.

 OnMouseEnter
   move image to [[Target.x + 5]] , [[Target.y]]

Be sure you use move to and not move by. For help with the keyword Target, see this post.


#3

All right, thanks for your time & your help !