playMaker

Author Topic: Ignore UI  (Read 1126 times)

Alankot

  • Playmaker Newbie
  • *
  • Posts: 4
Ignore UI
« on: March 04, 2020, 04:25:06 PM »
Hello everybody, i need a help with my project. I have custom untouch event, and it ignore ui button, when do double tap by button. How to do, when i do double tap by my button custom event untouch dont work?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Ignore UI
« Reply #1 on: March 05, 2020, 04:40:57 AM »
Hi.
Is the Untouch event sended correcly.

can you show that fsm/state actions.

what is on state 1 of the cube fsm?

Alankot

  • Playmaker Newbie
  • *
  • Posts: 4
Re: Ignore UI
« Reply #2 on: March 05, 2020, 01:22:03 PM »
yes, look. and i saw my problem on video in youtube (time:7:57) Why, when click on ui button in video, shooting not blocking? My problem is ui button not blocking untouched event.

Alankot

  • Playmaker Newbie
  • *
  • Posts: 4
Re: Ignore UI
« Reply #3 on: March 05, 2020, 01:24:29 PM »
and else one

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Ignore UI
« Reply #4 on: March 06, 2020, 12:56:37 AM »
Hi.
on the cube, inside state 2, do you have a next frame event or wait?

What i think is happening is that it does send the event but because there is no delay it goes immediately to State 1 and detect it as a 'touch object event'