Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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
Develop games in your browser. Powerful, performant & highly capable.
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. ;-)
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.