Hello all. I am brand new to VS but am attempting to recreate a game function that I have made in several other programs (javascript, actionscript, c#). I have an array (or dictionary) full of math problems and answers. I want to display a math problem and its five answers on the screen and then be able to click on an answer and get a result. Seems simple enough, but this newbie is having issues.
Should I be using a menu, an interface, or just a normal scene. I can't seem to figure how to run a certain script as soon as a menu/interface/scene begins. Would I have to put in an object and have it call it immediately? There are no "text" objects, so would I have to make a scene object, and attempt to dynamically change the object text after each answer?
I figured I am missing something basic as this would not be that different from a dialog with multiple choices for answers... but I haven't been able to figure it out.
Thanks for any help or direction towards posts or tutorials that you can give.