playMaker

Author Topic: Playmaker with IGUI  (Read 2971 times)

motiondisabled

  • Playmaker Newbie
  • *
  • Posts: 5
Playmaker with IGUI
« on: November 03, 2011, 02:56:31 PM »
Hi I have playmaker and its working really well but was wondering if you can add event to a plugin called IGUI?
I have tried a simple button made with IGUI and then tried to make the button load a level. It loads the level straight away but doesn't recognized the button been pressed. can some one tell how i can do this please.

many thanks.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Playmaker with IGUI
« Reply #1 on: November 07, 2011, 05:23:39 AM »
Hi,

 There was a thread with igui and textField:
http://hutonggames.com/playmakerforum/index.php?topic=199.0

Maybe it can give you some clue as to where to go.


basically, you will need to write in your igui wrapper code a send event to playmaker. If you can share the code where you receive the event from igui, I then can implement the call to in turn send an event to playmaker.

 Bye,

 Jean