Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: tim.holman on April 02, 2012, 12:24:10 PM

Title: Scale Gui
Post by: tim.holman on April 02, 2012, 12:24:10 PM
I'm using Scale Gui to reduce the size of a gui in one fsm, but it's affecting other fsm gui's. Apply global is unchecked. I've even tried applying the Scale gui action to the affected gui's to manually set the scale to 1, but that's not working. Any ideas what I need to do here?

qholmes seemed to have same the same problem some time ago (http://hutonggames.com/playmakerforum/index.php?topic=438.0), but there were no responses! Hopefully I'll have a little better luck! Any help would be much appreciated.

Title: Re: Scale Gui
Post by: Alex Chouls on April 03, 2012, 02:01:21 PM
I couldn't repro this here, but it sounds like a bug in PlayMakerGUI.
Can you send me a small repro project?

In the meantime, I've posted Reset GUI Matrix:
http://hutonggames.com/playmakerforum/index.php?topic=1326.0

Use this action to reset any scale/rotation you've applied to the GUI.
Title: Re: Scale Gui
Post by: A3DStudio on July 16, 2012, 09:34:04 AM
Same problem here with scale gui.
I get this message every time:
Ignoring invalid matrix assinged to GUI.matrix - the matrix needs to be invertible. Did you scale by 0 on Z-axis?
Title: Re: Scale Gui
Post by: Alex Chouls on July 16, 2012, 01:25:59 PM
Are you accidentally setting the z scale to zero?