Package Ocarina2D.TextEngine

Examples of Ocarina2D.TextEngine.TextBox.addTextField()


 
  public void start() {
    System.out.println("starting");
    TextBox text = new TextBox();
        text.continueAnyway = true;
        text.addTextField("In the vast, deep forest of Hyrule...");
        text.addTextField("Long have I served as the guardian spirit... I am known as the Deku Tree...");
       
        // GO TO LINKS HOUSE (its dark)
       
        text.addTextField("The children of the forest, the Kokiri, live here with me.");
View Full Code Here


  public void start() {
    System.out.println("starting");
    TextBox text = new TextBox();
        text.continueAnyway = true;
        text.addTextField("In the vast, deep forest of Hyrule...");
        text.addTextField("Long have I served as the guardian spirit... I am known as the Deku Tree...");
       
        // GO TO LINKS HOUSE (its dark)
       
        text.addTextField("The children of the forest, the Kokiri, live here with me.");
        text.addTextField("Each Kokiri has his or her own guardian fairy.");
View Full Code Here

        text.addTextField("In the vast, deep forest of Hyrule...");
        text.addTextField("Long have I served as the guardian spirit... I am known as the Deku Tree...");
       
        // GO TO LINKS HOUSE (its dark)
       
        text.addTextField("The children of the forest, the Kokiri, live here with me.");
        text.addTextField("Each Kokiri has his or her own guardian fairy.");
        text.addTextField("However there is one boy who does not have a fairy...");
       
        waitObjectexists(text);
        // Link shuffles and makes upset sound
View Full Code Here

        text.addTextField("Long have I served as the guardian spirit... I am known as the Deku Tree...");
       
        // GO TO LINKS HOUSE (its dark)
       
        text.addTextField("The children of the forest, the Kokiri, live here with me.");
        text.addTextField("Each Kokiri has his or her own guardian fairy.");
        text.addTextField("However there is one boy who does not have a fairy...");
       
        waitObjectexists(text);
        // Link shuffles and makes upset sound
       
View Full Code Here

       
        // GO TO LINKS HOUSE (its dark)
       
        text.addTextField("The children of the forest, the Kokiri, live here with me.");
        text.addTextField("Each Kokiri has his or her own guardian fairy.");
        text.addTextField("However there is one boy who does not have a fairy...");
       
        waitObjectexists(text);
        // Link shuffles and makes upset sound
       
        // GO TO HYRULE CASTLE, GATE COMES DOWN (its night, raining) (Link has a fairy)
View Full Code Here

        // Then Gannondorf stops next to Link on his black horse.
        // He raises his hand, the screen goes white.
       
        text = new TextBox();
        text.continueAnyway = false;
        text.addTextField("Navi... Navi, where art thou? Come hither...");
       
        // Show Navi in front of Deku Tree
       
        text = new TextBox();
        text.continueAnyway = false;
View Full Code Here

       
        // Show Navi in front of Deku Tree
       
        text = new TextBox();
        text.continueAnyway = false;
        text.addTextField("Oh, Navi the fairy... Listen to my words, the words of the Deku tree...");
       
        text.addTextField("Dost thou sense it? The climate of evil descending upon this realm...");
        text.addTextField("Malevolent forces even now are mustering to attack our land of Hyrule...");
        text.addTextField("For so long, the Kokiri Forest, the source of life, has stood as a barrier, deterring outsiders and maintaining the order of the world...");
        text.addTextField("But...before this tremendous evil power, even my power is as nothing...");
View Full Code Here

       
        text = new TextBox();
        text.continueAnyway = false;
        text.addTextField("Oh, Navi the fairy... Listen to my words, the words of the Deku tree...");
       
        text.addTextField("Dost thou sense it? The climate of evil descending upon this realm...");
        text.addTextField("Malevolent forces even now are mustering to attack our land of Hyrule...");
        text.addTextField("For so long, the Kokiri Forest, the source of life, has stood as a barrier, deterring outsiders and maintaining the order of the world...");
        text.addTextField("But...before this tremendous evil power, even my power is as nothing...");
        text.addTextField("It seems the time has come for the boy without a fary to begin his journey...");
        text.addTextField("The youth whose destiny it is to leave Hyruleto the path of justice and truth....");
View Full Code Here

        text = new TextBox();
        text.continueAnyway = false;
        text.addTextField("Oh, Navi the fairy... Listen to my words, the words of the Deku tree...");
       
        text.addTextField("Dost thou sense it? The climate of evil descending upon this realm...");
        text.addTextField("Malevolent forces even now are mustering to attack our land of Hyrule...");
        text.addTextField("For so long, the Kokiri Forest, the source of life, has stood as a barrier, deterring outsiders and maintaining the order of the world...");
        text.addTextField("But...before this tremendous evil power, even my power is as nothing...");
        text.addTextField("It seems the time has come for the boy without a fary to begin his journey...");
        text.addTextField("The youth whose destiny it is to leave Hyruleto the path of justice and truth....");
        text.addTextField("Navi...go now! Find our young friend and guide him to me...");
View Full Code Here

        text.continueAnyway = false;
        text.addTextField("Oh, Navi the fairy... Listen to my words, the words of the Deku tree...");
       
        text.addTextField("Dost thou sense it? The climate of evil descending upon this realm...");
        text.addTextField("Malevolent forces even now are mustering to attack our land of Hyrule...");
        text.addTextField("For so long, the Kokiri Forest, the source of life, has stood as a barrier, deterring outsiders and maintaining the order of the world...");
        text.addTextField("But...before this tremendous evil power, even my power is as nothing...");
        text.addTextField("It seems the time has come for the boy without a fary to begin his journey...");
        text.addTextField("The youth whose destiny it is to leave Hyruleto the path of justice and truth....");
        text.addTextField("Navi...go now! Find our young friend and guide him to me...");
        text.addTextField("I do not have much time left.");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.