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

Bu site, istenmeyenleri azaltmak için Akismet kullanıyor. Yorum verilerinizin nasıl işlendiği hakkında daha fazla bilgi edinin.