Cocos2d:How to Zoom-in Zoom-out effect on a Sprite image?

Posted by user187532 on Stack Overflow See other posts from Stack Overflow or by user187532
Published on 2010-05-18T20:23:39Z Indexed on 2010/05/21 21:10 UTC
Read the original article Hit count: 609

Filed under:
|

Hello everyone,

I am developing module where-in i pick the image from photo library and put into a Sprite. I want to implement Zoom-in, Zoom-out kind of effect for a Sprite image, same like camera album images zoom in/out effect. Could someone please guide me how do i implement it? I see somewhere is that, i have to detect two touch events in TouchBegan and then Adjust the Sprite Scale size to up or down based on the distance of two fingers touch event values. Could someone please tell me, How do i detect two fingers touch values in TouchBegan? How to allow to touch and Zoom-in/out of Sprite image by user? Please give me samples. I tried already some stuff (http://groups.google.com/group/cocos2d-iphone-discuss/browse_thread/thread/61808fd6b578e5e1?hide_quotes=no&utoken=9AdrAzkAAABFNHPPibbeOSHIuKOkxTWQ066onEraO3W2r08xbUjNmAwT6_SsyC2n0d69MF_vYn77vPb7MuI5eIWgjrXT32Kd) but doesn't work for my requirement.

Thank you.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocos2d