Camera ScrollerWorks on iOS, Android, Flash, Windows and Mac.Hello. This is my first extension and I hope it can be useful. Feedback is greatly appreciated.
Following the template:
Q: What does this extension do?
A: It allows for 'camera dragging' like you do with mobile pages on your phone. It is primarily intended for mobile apps, but should work on any platform. It has a smoothing effect and should feel natural to use.
Q: Why is it useful?
A: I haven't seen a similar extension and after I made it, it seemed quite nice to me.
Features- Camera scrolling by drag-and-dropping the screen
- Camera smoothing (it keeps moving for a bit after you finish scrolling
- Intuitive usage
Get it-
Download this Extension-
Sample Project(How to Install and Update an Extension)DocumentationTo use camera scrolling, you first need to Initialize it (only once per scene!).
InitializeUse this block to start the camera scrolling.
After using this block, you are good to go! Camera scrolling should be enabled.
You can choose which axis you want to scroll, Horizontally, Vertically, Both or none (you can change it later).
You can also choose if you want smoothing or not (you can change it later).
Disable/Enable Camera DragUse these blocks to enable or disable camera drag, on any axis.
NOTE: Do not use Initialize more than once per scene! If you want to enable or disable scrolling on any axis, use these blocks.
Disable/Enable Camera SmoothingEnable or disable camera drag smoothing with this block. I think it's pretty straight forward.
Version HistoryUploaded