Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: motiondisabled on November 03, 2011, 02:56:31 PM

Title: Playmaker with IGUI
Post by: motiondisabled 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.
Title: Re: Playmaker with IGUI
Post by: jeanfabre 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 (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