Flash CS5 iPhone multi-touch

Spread the love

Flash CS5 iPhone multi-touch

photo.addEventListener(TransformGestureEvent.GESTURE_ZOOM, onZoom);

function onZoom(e:TransformGestureEvent):void
{
photo.scaleX *= e.scaleX;
photo.scaleY *= e.scaleY;
}

Örnek Video  :

Bir yanıt yazın

This site uses Akismet to reduce spam. Learn how your comment data is processed.