Drag To Spin/rotate A "3D" Object

Hi
Now I have searched the forum and can not find a similar example.

My question is …
Does anyone know how to do a 360 degree spin, for example 30 images, I want to be able to drag and rotate, preferably with hot spots if possible.
There is no problem if I link to an HTML file that contains the code
but I want to do it directly in the corona to make it more native
See examples …
Thanks in advance

/Lennart

http://youtu.be/VI_98VvukJM

Make a touch event without declaring its params.phase, then if x’s event is less than middle of image use even/odds numbers of your spritesheet, if not use the other ones 

Thank you for your quick response …
You have possibly not one little piece of code on this. I’m guessing you do it in less than a minute ;)  … for me, it will take a little longer…

Since I am new to Corona and looking more at Kwik solution to make product presentations combined with Corona.
 

I understand the code and can read it but my focus is on Design
But I am a master at cutting & pasting and modify existing code :) 

Thanks

/ Lennart

This works a lot better when YOU write the first version of the code and then tell us which part doesn’t work, than the other way around. Here’s a tip already: you’ll have to decide if you want to use a movie, or separate image frames. Then you have to know (and tell here) which device this is for, because using image frames is limited in size, unless you want to start using multisheet etc…

Hi Thomas,

I get the point, and thanks for the tips , but it never hurts to ask in order to reach my goal faster.

I am evaluating corona free license test to see if we can use Corona in our project.
If I solve my problem a little faster … We purchase a full license a little faster.

And that is the purpose for every business including Corona labs … to sell as many licenses as possible.

Anyway, it should be used for the ipad and
The images will be approximately  500 x 500

Make a touch event without declaring its params.phase, then if x’s event is less than middle of image use even/odds numbers of your spritesheet, if not use the other ones 

Thank you for your quick response …
You have possibly not one little piece of code on this. I’m guessing you do it in less than a minute ;)  … for me, it will take a little longer…

Since I am new to Corona and looking more at Kwik solution to make product presentations combined with Corona.
 

I understand the code and can read it but my focus is on Design
But I am a master at cutting & pasting and modify existing code :) 

Thanks

/ Lennart

This works a lot better when YOU write the first version of the code and then tell us which part doesn’t work, than the other way around. Here’s a tip already: you’ll have to decide if you want to use a movie, or separate image frames. Then you have to know (and tell here) which device this is for, because using image frames is limited in size, unless you want to start using multisheet etc…

Hi Thomas,

I get the point, and thanks for the tips , but it never hurts to ask in order to reach my goal faster.

I am evaluating corona free license test to see if we can use Corona in our project.
If I solve my problem a little faster … We purchase a full license a little faster.

And that is the purpose for every business including Corona labs … to sell as many licenses as possible.

Anyway, it should be used for the ipad and
The images will be approximately  500 x 500