Skip to main content
Known Participant
April 8, 2013
Question

Drag Thumbnail images infinite loop with ease effect

  • April 8, 2013
  • 1 reply
  • 636 views

Hello:

I need to make a thumbnail drag images (only five images) with infinite loop. And if it is possible with easing effect.

I don't know how to begin.

Is there any plugin, component, tutorial or samples about it?

Can you suggest me please?

many thanks

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
April 8, 2013

In what way does an infinite loop tie in with dragging images?

anjemalo1Author
Known Participant
April 8, 2013

Thanks for your response.

I have five images: 1,2,3,4,5 when I drag I need that if I drag to the right when 5 desappear form right then the 5 appears from the left and so on...

example:

1,2,3,4,5   --> drag 5,1,2,3,4    --> drag 4,5,1,2,3   -->drag 3,4,5,1,2   ...

these images moves in this way when drag.

Ned Murphy
Legend
April 8, 2013

I do not know of a tutorial specific to what you want, but I can suggest you first learn how to implement an infinite scrolling menu and then when you understand how it works, add in the drag functionality such that rather than having code scrolling the images, you have the mouse doing it.  Search Google using terms like "AS3 infinite scrolling menu" and see if any of the results can get you started.