flipbook for graphics 2.0

Hello everyone ~ ~ 

About https://github.com/dedoubleyou1/Corona-Flipbook-Module 

This is a good example of flipbook. 

But … This code is written in graphics 1.0. When I put this program turned into graphics 2.0. 

Flip effect appeared wrong. 

Try to modify the code but still not have the right effect. 

Who can help modify the code, turn into graphics 2.0 way. 

And the same effect can have the original. 

Thank you for your help.

The link does not work. Did you try contacting the author?

thanks jonjonsson~~

http://developer.coronalabs.com/code/flipbook-module-realistic-page-curling-effect

try this

I do not know how to contact the author…

Start with putting

[lua]display.setDefault( “anchorX”, 0 )

display.setDefault( “anchorY”, 0 )

[/lua]

at the top of the main.lua file. This will make the default position top left. Seems to bring it close, but the shadow is a bit weird. Don’t know it it was like that before.

With the new G2 engine it should be possible to make a very nice page flipping effect, but I haven’t done anything like that myself.

Thank you ~ ~ 

Finally, I also tried the shadows and mask is wrong. 

There may be because, xReference configuration problems. 

When to anchorX replace xReference, the result is wrong. 

I’ll try the other way. G2 hoping to make good results.

The link does not work. Did you try contacting the author?

thanks jonjonsson~~

http://developer.coronalabs.com/code/flipbook-module-realistic-page-curling-effect

try this

I do not know how to contact the author…

Start with putting

[lua]display.setDefault( “anchorX”, 0 )

display.setDefault( “anchorY”, 0 )

[/lua]

at the top of the main.lua file. This will make the default position top left. Seems to bring it close, but the shadow is a bit weird. Don’t know it it was like that before.

With the new G2 engine it should be possible to make a very nice page flipping effect, but I haven’t done anything like that myself.

Thank you ~ ~ 

Finally, I also tried the shadows and mask is wrong. 

There may be because, xReference configuration problems. 

When to anchorX replace xReference, the result is wrong. 

I’ll try the other way. G2 hoping to make good results.

Hello! I know this post been a while. How is the result? I am interested in the flipping book and I have encounter the same problem.  

Hello! I know this post been a while. How is the result? I am interested in the flipping book and I have encounter the same problem.