Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: vonpopov on June 15, 2014, 05:03:42 PM

Title: Gui Button
Post by: vonpopov on June 15, 2014, 05:03:42 PM
Hi,

I want my button still active even if state have changed.

My purpose is to create dynamic menu by checking database, and adding button when needed. I don't want to create multiple state to cover everycase , i don't want multiple fsm, i need something simple, smooth, light.


My menu are actually working, but way to much complicated. (imo)

i am using a technic where i spawn a lot of button off screen, and change their position depending of the content i want/need

Anyone could suggest me something ?
I don't feel my technic is the best, i am sure it exists a simpler way to handle dynamic menu with rolling buttons.


Title: Re: Gui Button
Post by: ghost010 on June 15, 2014, 05:24:36 PM
I cant really clearly gues what you want.
But did you try any thing with button states?

I made a switch button using button states.
But i dont know what your purpose for the button is and why you would want to store all of them off screen.

If playmaker cant do this..than you need a script..