Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: xcidium on December 11, 2013, 10:46:57 PM

Title: Random Button Order
Post by: xcidium on December 11, 2013, 10:46:57 PM
Hi Guys!

I'm new to all this playmaker and I don't know much about script.
But I love playmaker so far.   ;D

Is there a way I could do something similar like this gamesalad tutorial "youtube link bellow" to get random button placement?
Thanks!
Title: Re: Random Button Order
Post by: xcidium on December 11, 2013, 10:52:47 PM
I'm taking a look at arrayMaker right now. I'll see what i can do.
Title: Re: Random Button Order
Post by: escpodgames on December 12, 2013, 01:51:09 AM
The way he does it in that video is weird. But anyways Array maker is the way to go with Playmaker.

You would want to make an array with all the buttons and then use the shuffle action to randomize the list, then set each one as the buttons.