Package Ocarina2D.TextEngine

Examples of Ocarina2D.TextEngine.TextBox.addTextField()


        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.");
        text.addTextField("Fly, Navi, fly! the fate of the forest, nay, the world, depends upon thee!");
View Full Code Here


       
        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.");
        text.addTextField("Fly, Navi, fly! the fate of the forest, nay, the world, depends upon thee!");
        // Navi flies through the forest and shit.
View Full Code Here

        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.");
        text.addTextField("Fly, Navi, fly! the fate of the forest, nay, the world, depends upon thee!");
        // Navi flies through the forest and shit.
        // SAVED IN SLOT 2
View Full Code Here

        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.");
        text.addTextField("Fly, Navi, fly! the fate of the forest, nay, the world, depends upon thee!");
        // Navi flies through the forest and shit.
        // SAVED IN SLOT 2
        waitObjectexists(text);
View Full Code Here

        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.");
        text.addTextField("Fly, Navi, fly! the fate of the forest, nay, the world, depends upon thee!");
        // Navi flies through the forest and shit.
        // SAVED IN SLOT 2
        waitObjectexists(text);
       
View Full Code Here

        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.");
        text.addTextField("Fly, Navi, fly! the fate of the forest, nay, the world, depends upon thee!");
        // Navi flies through the forest and shit.
        // SAVED IN SLOT 2
        waitObjectexists(text);
       
  }
View Full Code Here

    @Override
    public void startTalking () {
        TextBox text = new TextBox();
        //text.textInstant();
        text.addTextField("You're reading a sign!");
        text.addTextField("This is the second page of text, not that signs ever have that, but just thought it might be nice anyway...");

        text.addFrame(new Sprite("Resources/Sprites/Text/sign.png"));
            text=null;
View Full Code Here

    @Override
    public void startTalking () {
        TextBox text = new TextBox();
        //text.textInstant();
        text.addTextField("You're reading a sign!");
        text.addTextField("This is the second page of text, not that signs ever have that, but just thought it might be nice anyway...");

        text.addFrame(new Sprite("Resources/Sprites/Text/sign.png"));
            text=null;

        // Sleep so that things are not stupidly fast.
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.