Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ilovelessons on August 25, 2017, 02:03:19 PM

Title: Making a sliding menu.. help please :)[SOLVED]
Post by: ilovelessons on August 25, 2017, 02:03:19 PM
Hi,

I am trying to create a Slide Menu.. so when u swipe your finger on the screen it scrolls through the various options... The problem is I have no idea how to start..

I have already added the Canvas... To be honest am pretty good at Playmaker but I am just stuck on this one... an ideas or suggestions...

Thanks
Title: Re: Making a sliding menu.. help please :)
Post by: velketor on August 28, 2017, 07:10:32 AM
The way I make sliding menus is to go under Game Object --> UI --> Slider.  This creates a slider with various options such as Horizontal Slider or Vertical Slider.

You can parent objects underneath the slider so they move when the slider does.  If you want to get fancy you can even use the optional "On Value Changed" option which comes built in to the Slider to send remote FSM events when certain values are reached.
Title: Re: Making a sliding menu.. help please :)
Post by: ilovelessons on August 28, 2017, 08:49:08 AM
Hey thanks.. your help worked :D