Search Unity

Simple Main menu script (Javascript)

Discussion in 'Scripting' started by super unity, Sep 9, 2013.

  1. super unity

    super unity

    Joined:
    Feb 8, 2013
    Posts:
    3
    For a school assessment I need a script that will start the game via clicking on the word play. This doesn't need to be complex just as basic as possible thank you.
     
  2. Brotherhood

    Brotherhood

    Joined:
    Dec 8, 2012
    Posts:
    73
    I really don't mean to come across like an ass, so please forgive me if I do but, shouldn't you do it yourself since it's a school assessment? I understand asking for advice on how to approach something, but you're just blatantly asking other people to do your work for you.

    That said, I'll gladly help you if you're stuck after showing some effort on your part.
    If you need a place to get started please consult the Unity Tutorials and remember to use the Scripting Reference.
     
  3. BlackMantis

    BlackMantis

    Joined:
    Feb 7, 2010
    Posts:
    1,475
    @Op - Face the stage, cause you got served - Jk - Welcome to the forum. To narrow your search a little in the docs try looking for Scripting Reference Runtime Classes Application Load Level, and Some Runtime Classes Gui Button example.