Skip to content

Instantly share code, notes, and snippets.

@Chris2918
Chris2918 / gist:48ce8a43b0c29037f86f9afc1e0457e7
Created March 17, 2018 14:39
Lil peepz charactor creator
var character = "bob"; // leave as bob
$('#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",
@Chris2918
Chris2918 / gist:f6a00a5e904d04cbaaa1fe8c24895ce9
Created March 7, 2018 18:44
GoAnimate comedy world creator
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",