Hi, this is the first of two questions about using C2 as tool to make something little different from games :
So, question 2 :
Ho to make a photogallery so silky and smooth as (for example) photoswipe ?
Thanks !
P.S.
Out of questions (for today :) )
TheMac
It all depends on your needs.
If you are willing to put some time in it to make it smooth, you'll get smoothness.
If you'd like a simple solution, you might want to have a look at the litetween plugin.
LittleStain,
i found this :
(scirraDOTcom)/726/swipe-to-change-page
to be more or leass what i needed, but i need some more functions.
Litetween doesn't seem to be the right plugin for me :-|
Thanks,
Litetween would work indeed.
Bump , can't use litetween :( !
Maybe something like this physics fling thread?
http://www.scirra.com/forum/is-there-a-grab-and-fling-or-toss-behavior_topic67251.html
I want to make a non physics version of that someday, but no time at the moment. So if you convert it, post it here. ;-)
Develop games in your browser. Powerful, performant & highly capable.
Hmm, just had a thought on how I could do mine. Using drag and drop behavior, they pick up the object and drag. Store the origin location and wait a couple 10ths of a second. Then check the new position and use that with the origin to get the direction angle. Then force Drop the object, but send it off in that direction at a speed based on the distance from the origin to the new position.