playMaker

Author Topic: Making a sliding menu.. help please :)[SOLVED]  (Read 1567 times)

ilovelessons

  • Junior Playmaker
  • **
  • Posts: 70
Making a sliding menu.. help please :)[SOLVED]
« 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
« Last Edit: September 19, 2017, 02:49:34 AM by jeanfabre »

velketor

  • Junior Playmaker
  • **
  • Posts: 69
  • Multimedia Marathon Man
    • Shawn Kilian Portfolio
Re: Making a sliding menu.. help please :)
« Reply #1 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.

ilovelessons

  • Junior Playmaker
  • **
  • Posts: 70
Re: Making a sliding menu.. help please :)
« Reply #2 on: August 28, 2017, 08:49:08 AM »
Hey thanks.. your help worked :D