Author Topic: UI Button Message not working in flash  (Read 1760 times)

RandomGuy

  • Guest
UI Button Message not working in flash
« on: September 07, 2012, 09:10:00 PM »
Hi all , right now I cant get UI Button message to work in flash . The colliders work since the button animations play , but I can't get UI button message to work . I could code my own solution to this , but i'd rather not since it would be time consuming .

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UI Button Message not working in flash
« Reply #1 on: September 08, 2012, 03:09:03 PM »
Only in flash? It works everywhere else? Have you tried using the UIEventListener approach instead? UIEventListener.Get(yourButtonObject).onClick += YourEventReceiverFunction.