home *** CD-ROM | disk | FTP | other *** search
- stop();
- totalBTN = 3;
- Selection.setFocus("c1");
- selected = new Sound();
- selected.attachSound("selected");
- inputText = new Sound();
- inputText.attachSound("inputText");
- c1.onSetFocus = function()
- {
- selected.start();
- };
- c1.onChanged = function()
- {
- inputText.start();
- };
- c1.backgroundColor = 7829367;
- again = false;
-