Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: mfenollar on June 08, 2013, 06:34:21 AM

Title: GUI Text above GameObject[SOLVED]
Post by: mfenollar on June 08, 2013, 06:34:21 AM
Hi all,

I'm fairly new to Playmaker and I'm trying to create Broken Sword style dialogue - I'm just having trouble getting the GUI Text to sit directly above NPCs and such.

I've looked through the forum but haven't been able to find an answer.  Any help would be greatly appreciated!
Title: Re: GUI Text above GameObject
Post by: jeanfabre on June 10, 2013, 01:42:39 AM
Hi,

 there is a special action for this: GUILayoutBeginAreaFollowObject

it will follow the gameobject target on screen. any gui defined between this action and GuiLayoutEndArea will be there.

bye,

 Jean
Title: Re: GUI Text above GameObject
Post by: mfenollar on June 10, 2013, 06:31:02 AM
Thanks, that worked nicely.