Springboard-like sliding behaviour with Codea

Hello, hello,

I’m getting ready to implement a settings pages in “in churning seas”, the little game I was talking about back in March (http://codea.io/talk/discussion/4875/modest-humble-tiny-little-first-app#Item_6).

I’m looking at different solutions, and I find Flappy Birds menus (https://www.youtube.com/watch?v=W25BAba0oqc), using the same ui “language” as iOS, to be both simple (everybody on iOS knows how this behaves) and elegant (Apple…).

Has anyone tried this in Codea? If I were to try an implement this in my app, is there any programmed classes or library in Codea that would help me? The physics of the sliding and settling pages could be reproduced by different means, I guess, but what would be your best guess as far as approaching this?

Thanks!

Sliding pages can easily be done with tween

I had to play a little bit with it, but It worked quite well, thanks @JakAttak! (I didn’t use code’s tween, as I have a hard time wrapping my head around it (…) but some easing eq I found online). Cheers!

@Rodolphe glad it worked out.