PDA

View Full Version : PhotoShuffle - a XML gallery interaction experiment


tezzuya
10-25-2007, 11:35 AM
Hello!
During the last week I've developed an XML gallery that features a shuffling stack of photos as an interface.
The shuffling is achieved by moving the photo to the edge of the stack. Photos in the background are enabled to be shuffled as well.
This interface also features some physics behavior (photos can be thrown and rotated).

here is the demo (http://www.tezzutezzu.com/blog/flash/shufflePhotos/PhotoShuffle.html)

more details and source on my blog (http://www.tezzutezzu.com/blog/actionscript-3/photoshuffle-image-gallery-in-as3)

Any comments, request or critique is greatly appreciated!!

FrodoBaggins
10-25-2007, 01:37 PM
pretty neat! but how do you rotate the images?

tezzuya
10-25-2007, 02:43 PM
rotation is applied according to mouse velocity. Otherwise when the photo is clicked it sets the rotation to 0.
User can't choose to rotate the photo.

p0c
10-25-2007, 02:58 PM
Yeah I like that. Are we aloud to use the source? If so can anyone point me in a direction so i know what the hell to do with .as files!! :o Also I noticed one of your other projects where you have the official adobe loading sequence (looks similar to the icon of this website) is there any tutorials for this anywhere?