Skip to content

Instantly share code, notes, and snippets.

@simulator9000
simulator9000 / Comedy World Character Copy GoAnimate4schools of 2018
Created January 13, 2018 19:40
This is a nother Character Copy code for the Goanimate4schools site.
var character = "adam"; // change to "adam", "bob" , "eve" , or "rocky" depending on who you want to start with.
$('#char_creator_client').flash({
id: "char_creator",
swf: "https://d3v4eglovri8yt.cloudfront.net/animation/414827163ad4eb60/cc.swf",
height: 600,
width: 960,
align: "middle",
allowScriptAccess: "always",
allowFullScreen: "true",
wmode: "transparent",
@simulator9000
simulator9000 / Comedy World Character Copy Vyond of 2018 (Updated)
Last active July 24, 2019 20:17
This is a character Copy for the Vyond site to copy and turn your characters into another version. Let's not tell Vyond or it will get patch.
var character = "adam"; // change to "adam", "bob" , "eve" , or "rocky" depending on who you want to start with.
$('#char_creator_client').flash({
id: "char_creator",
swf: "https://d3v4eglovri8yt.cloudfront.net/animation/414827163ad4eb60/cc.swf",
height: 600,
width: 960,
align: "middle",
allowScriptAccess: "always",
allowFullScreen: "true",
wmode: "transparent",
@simulator9000
simulator9000 / New Character Creator for the Vyond of 2018 (Updated)
Last active May 9, 2018 21:44
This is a update code that Goanimate changed their name to Vyond. So this new code has got to work.
var character = "adam"; // change to "adam", "bob" , "eve" , or "rocky" depending on who you want to start with.
$('#char_creator_client').flash({
id: "char_creator",
swf: "https://d3v4eglovri8yt.cloudfront.net/animation/414827163ad4eb60/cc.swf",
height: 600,
width: 960,
align: "middle",
allowScriptAccess: "always",
@simulator9000
simulator9000 / New Character Creator for GoAnimate4schools of 2018
Created January 10, 2018 16:03
This is a new Character Creator I found from someone eals. So right click on the whiteboard character creator, go to Inspect, and paste it in the Console.
var character = "adam"; // change to "adam", "bob" , "eve" , or "rocky" depending on who you want to start with.
$('#char_creator_client').flash({
id: "char_creator",
swf: "https://d3v4eglovri8yt.cloudfront.net/animation/414827163ad4eb60/cc.swf",
height: 600,
width: 960,
align: "middle",
allowScriptAccess: "always",