playMaker

Author Topic: How to do multitouch  (Read 3763 times)

djoshi

  • Playmaker Newbie
  • *
  • Posts: 4
How to do multitouch
« on: June 30, 2014, 09:12:56 AM »
Hi all..!

  I Just bought PlayMaker...I already have my game project halfway. I have used State Machine with c#. I want to know two things:
1) Can I integrate Play Maker in this project Or I have to start from scratch??
2) I want to convert my GUI buttons to multitouch for android, How to do this using play maker in current project??

djoshi

  • Playmaker Newbie
  • *
  • Posts: 4
Re: How to do multitouch
« Reply #1 on: July 01, 2014, 05:44:53 AM »
No one?? :(

NelsonZavala

  • Playmaker Newbie
  • *
  • Posts: 5
Re: How to do multitouch
« Reply #2 on: July 09, 2014, 08:05:50 PM »
Hello I am also working with Touch Events in my project and this PlayMaker is very useful because you save a lot of time, so you can start with the "Touch GUI Event" is very simple to use you just need to create some GUI Textures, then add a FSM on it and add the "Touch GUI Event" on it, once you add this action you can assign the image button that you want so from there you can start to play with the touch Events (Began, Stationary, Move ETC.) https://hutonggames.fogbugz.com/default.asp?W679

check the Tutorial in the the PM page I created a very good Character Controller just taking these videos as reference and it helps me a lot, once that you finish, i am sure you'll be able to continue.

http://www.hutonggames.com/tutorials_ios_fundamentals.php

Any help that you need please do not hesitate to ask me, I can share all what i have learned until now since I also learned from people who wants to share their knowledge but obviously I recommend that you should start to play with all the functions involved in the Touch events and see what happens.

For Multi Touch there you need to use the Touch Count Action, so there is a Video Tutorial in the Web page, and there is no need to start a new project to use playmaker you can work with your current project and use PM or C#,  Java Scripts at the same time

https://hutonggames.fogbugz.com/default.asp?W578

« Last Edit: July 09, 2014, 08:07:51 PM by NelsonZavala »