playMaker

Author Topic: Swipe to move camera  (Read 3756 times)

gamedivision

  • Full Member
  • ***
  • Posts: 227
Swipe to move camera
« on: October 13, 2014, 11:31:16 AM »
how I'm doing this is storing all my camera positions in vector3's then using input touches for my gestures double tap zoom in ,stretch zoom out and swipe up and down to move the cam to those locations,what I'm unsure of how to do is recognise all those locations and move to them so they all work correctly,the camera is going to need to know what possible locations it has left right up down so what would be the most logical way to set it up,I mean would just use triggers and tap on those and back back button but it wouldn't be the same or as fluent with swipe

Thanks

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Swipe to move camera
« Reply #1 on: December 02, 2014, 01:44:22 AM »
Hi,

 can you try this?

http://hutonggames.com/playmakerforum/index.php?topic=7616.msg38252#msg38252

 I think this is what you are after, at least a good starting point.

 Bye,

 Jean