Skip to content

djbritt/ClippyJS_EasyAccess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

[Clippy.JS] Easy Access

Play with Clippy and his friends for instant nostalgia.

image

Usage:

Option 1: https://djbritt.github.io/ClippyJS_EasyAccess/clippy/

Option 2 - run locally: Go to this site, https://download-directory.github.io/, enter https://github.com/djbritt/ClippyJS_EasyAccess/tree/main/clippy to download the project. Run index.html


All the agent actions are queued and executed by order, so you could stack them.

// play a given animation
agent.play('Searching');

// play a random animation
agent.animate();

// get a list of all the animations
agent.animations();
// => ["MoveLeft", "Congratulate", "Hide", "Pleased", "Acknowledge", ...]

// Show text balloon
agent.speak('When all else fails, bind some paper together. My name is Clippy.');

// move to the given point, use animation if available, I updated the js to use jquery.animate
agent.moveTo(300,400);

// gesture at a given point (if gesture animation is available)
agent.gestureAt(200,200);

// stop the current action in the queue
agent.stopCurrent();

// stop all actions in the queue and go back to idle mode
agent.stop();

ORIGINAL CODE CREATED BY: https://github.com/clippyjs/clippy.js

Thank you for the work on this Smore. https://www.smore.com/clippy-js

About

Play with all the agents, and run all animations from the agents in Office XP, including clippy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published