6-clippy.xxx.js - bitreich-www - the bitreich www website generator
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
       ---
       6-clippy.xxx.js (517B)
       ---
            1 
            2 clippy.load('Clippy', function(agent) {
            3         agent.moveTo(200, 300);
            4         agent.show();
            5         agent.play("Greeting");
            6         agent.speak("Hello.");
            7         agent.play("GetAttention");
            8         agent.speak("May I help you with your protocol decision?");
            9         agent.play("Searching");
           10         agent.moveTo(300, 300);
           11         agent.speak("Why don't you use the future?");
           12         agent.play("GetTechy");
           13         agent.moveTo(200, 300);
           14         agent.speak("Use Gopher!");
           15         agent.play("GetWizardy");
           16         agent.moveTo(300, 500);
           17         agent.speak("Do you like cake?");
           18         agent.Play("Show");
           19 });
           20