Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by hema · Sep 21, 2013 at 06:02 PM · transformbutton

Creating a list of buttons that can be scrolled left and right?

Hi all, I have to create the left and right arrows which can be clicked to scroll through a list of menu options. The list should be clickable buttons.

Per button click I want to scroll one item in from the left or right depending on the user click the right or left scroll button.

Please help me to get this done.

Thanks in Advance.

Comment
Add comment · Show 2
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image ozone · Sep 23, 2013 at 12:54 AM 0
Share

Will the menu actually move as the player scrolls, or will there be a highlighting effect of some kind that moves from one button to the next?

avatar image hema · Sep 23, 2013 at 02:52 AM 0
Share

The button scrolls as per the player clicks on left or right scroll button.

I tried like this

 if(GUI.Button(new Rect(10,150,100,30),"LEFT"))
         {
         
             m_left = true;
             m_left1 = true;
             m_left2 = true;
             m_i++;
         }
         
     GUI.Button(new Rect(x,150,100,50),"flower");
     GUI.Button(new Rect(x1,150,100,50),"fauna");
     GUI.Button(new Rect(x2,150,100,50),"land");    
       if(m_i == 1)
     {
             if (m_left)
             {
                 x -= Time.deltaTime * 50;
                 //Debug.Log (x);
             }
             if (m_left1)
             {
                 x1 -= Time.deltaTime * 50;
                 x2 -= Time.deltaTime * 50;    
                 //Debug.Log (x1);
             }    
             if(x<= -100.0f && m_i == 1)
             {
                 m_left = false;
             }
             if(x1 <= 250.0f && m_i == 1)
             {
                 m_left1 = false;
             }
     }

But I need this as a generic code since I have a list of button in the scroll.

Thanks for your reply.

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

16 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Need more buttons to this script. 1 Answer

Transform translate 1 Answer

Is this how i do a Button activated teleporter. 1 Answer

problem when clicking on Button 0 Answers

I need to alter each child object individually 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges