- Home /
Android Button Text
Hey, I'm just wondering if a I just simpely added a text in a menu on an android game and in the that text I would add this script:
Application.LoadLevel(0);
Would it work then if I just pressed it. I Mean, if I just add that script to a simpel text in a menu on an android game would it work to press it and load that scene or would I have to get that crap detection stuff?
You have todo 'detection crap', but easiest way is use GUI.Button... look it up, and it'll take care of everything else for you
Answer by DaveA · Sep 07, 2011 at 11:21 PM
It should just work
Should it work with a text button or do you mean with GUI.button ?
Your answer
Follow this Question
Related Questions
Need Help making my game return to Main Menu after a level ends 1 Answer
Android: Application.LoadLevel("level_name") does not do anything 1 Answer
Changing level on Android 3 Answers
simple android swipe controls for level selection? 1 Answer
Android Glitch - random assets display after splash screen -1 Answers