playMaker

Author Topic: GUI Text above GameObject[SOLVED]  (Read 1802 times)

mfenollar

  • Playmaker Newbie
  • *
  • Posts: 7
GUI Text above GameObject[SOLVED]
« 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!
« Last Edit: June 10, 2013, 07:05:58 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: GUI Text above GameObject
« Reply #1 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

mfenollar

  • Playmaker Newbie
  • *
  • Posts: 7
Re: GUI Text above GameObject
« Reply #2 on: June 10, 2013, 06:31:02 AM »
Thanks, that worked nicely.