playMaker

Author Topic: Device Touch Event (Send Event)  (Read 2330 times)

rickmiranda

  • Playmaker Newbie
  • *
  • Posts: 11
Device Touch Event (Send Event)
« on: July 24, 2013, 09:33:59 PM »
I would like to use Playmaker for my project.
Decided to use because some of the unity script function I'm trying to use require more time and debugging than I'd like to spend on.

Trying to use the Device Touch event, the send event drop down only gives me "None" instead of the list (or "touch_began" option) as shown in the tutorial. I am using the student version of Playmaker.

Is this option not available because I'm using the student version? If not, what am I doing wrong...where can I get the other options...

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4002
  • Official Playmaker Support
    • LinkedIn
Re: Device Touch Event (Send Event)
« Reply #1 on: July 24, 2013, 11:22:58 PM »
You have to make the event first.

Go to the Events tab and add an event called "touch_began" and it should now appear in the list.

rickmiranda

  • Playmaker Newbie
  • *
  • Posts: 11
Re: Device Touch Event (Send Event)
« Reply #2 on: July 25, 2013, 08:53:13 PM »
Ok, wow. Gotta get back in the swing of this. Thank you Alex.