Menu System Setup

YummyYummy Member Posts: 51
edited November -1 in Working with GS (Mac)
What i have now is 21 levels i have 3 scenes
Each scene has 8 buttons that redirect them to a scene

Any tips of how i can make all the buttons in one scene? i was thinking of making it a scroll menu from left to right.

Any Other Thoughts?

image

Comments

  • expired_012expired_012 Member Posts: 1,802
    Make your scene larger, and put in everything you need to put within that space. Put in an actor in the center of your first slide with a camera control, and when the arrow is pressed, instead of having it go to the next scene, you will change the position of that camera.

    This is pretty simple to do, if you want me to tell you the exact rules and all to put in let me know
  • expired_012expired_012 Member Posts: 1,802
    So for example, lets do a left click

    This example was made for a 960x320 scene

    Make an attribute called LeftClick. In the left arrow actor, put in a rule.

    If touch is pressed

    Change attribute LeftClick to 1

    Otherwise..Change attribute LeftClick to 0

    ..................................

    Make a new Actor and name is Camera Control

    Size it to 30x30, and place it at position X 239, Y 159

    Go into that actor and do the following

    1. Put a control Camera behavior in there
    2.Make a new rule:

    When attribute LeftClick=1

    change attribute: self.position.X to 947???
    change attribute: self.position.Y to 159???

    Otherwise... change attribute LeftClick to 0

    All of these numbers and attributes can be changed to fit your needs, but im just giving you a starting point.
  • YummyYummy Member Posts: 51
    Hello,

    Thank you for this!!

    I think i have an idea of what to do,

    but before i do anything is there anyway i can slide my finger left and right and the buttons can scroll?
  • expired_012expired_012 Member Posts: 1,802
    Yes, follow this tutorial

  • YummyYummy Member Posts: 51
    Thank you exactly what I want!

    I'll report back to let you know if I run into any problems
Sign In or Register to comment.