• 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 /
  • Help Room /
avatar image
0
Question by rdavid269 · Feb 18, 2016 at 06:43 PM · scripting beginnerscript errormain menu

How can i make a main menu that can go to different options for each button,and can change color with a sound effect when i move my mouse over each button?

hi guys its David again today I wanted to learn how to make a main menu,so I continued to practice java scripting by seeing tutorials on how to script,then I wanted to try it out and made this:

 #pragma strict
 
 var Button : GameObject = int: 1);
 var HoverOverButtonColor = Color.blue);
 var HoverOverButtonSound = AudioSource = int 1);
 var MouseCursor = GameObject.in.Project);
 
 function FindButtonInScene (UI) {
   if(Input.GetButton(GameObject.in.Scene));
            <Find.UI.In.Scene>
            GameObject = UI;
 
 }
 
 function HoverOverButtonColor (Color) {
     if(Debug.MouseCursor.GameObject.Position: x,y);
     if(get.Color.for.UI.HoverOverButtonColor = Blue);
           get Color.for.UI.InScene;
         
 }

I got a headache and some errors because I tried to continue to figure out how to make a function each variable in my script.And I wanted you guys to tell me how good I'm doing so far in this script,what are my mistakes I made,what I'm missing,what I need do next,and what I need to fix,you know,instead of having to tell me to go learn when I am already doing that and rejecting my questions giving me negative feedback about what I did.

and here are errors:

Assets/Button.js(3,30): BCE0043: Unexpected token: :. Assets/Button.js(3,32): BCE0044: expecting EOF, found '1'.

Comment
Add comment
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

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.

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

43 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 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 avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Error CS1519 1 Answer

Assets/Scripts/PlayerController.cs(5,33): error CS0246: The type or namespace name `MonoBehavior' could not be found. Are you missing an assembly reference? 1 Answer

Script Component is disabled 2 Answers

Object reference not set to instance for my timer and my text 0 Answers

Why is my script not working? 1 Answer

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges