playMaker

Author Topic: touch controller for the car game  (Read 3288 times)

rik

  • Full Member
  • ***
  • Posts: 246
touch controller for the car game
« on: July 11, 2014, 11:19:51 PM »
hi i am using car race kit  game which get input say if i in put -1 it turns left 1 for right
now i have been working on it i am able to implement but i am using send fsm loop to get touch information so is there any good idea to implement the same with less draw calls it takes 10 + DRAW CALLS
and video or images are help me lot

thanks

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: touch controller for the car game
« Reply #1 on: July 11, 2014, 11:58:08 PM »
Send Event doesn't generate draw calls. Maybe you're seeing the draw calls for the debug state labels in the editor? Or are the FSMs also drawing some graphics?