GoAnipedia
Advertisement
Screen-Shot-2012-07-12-at-12.14

Anime Theme

Anime Theme was added in June 2012 with Ninja Anime.

ew animV vyond styleamenn on wrapper online on december 10 2021

The 1st 2 characters were added the 1st day and the 2nd 2 characters were added the second day. Though the girl are wearing the same outfits and the boys are also wearing the same outfits.

  1. Brown Haired Girl.
  2. Brown Haired Boy.

The next day added new characters:

Bandicam 2014-01-27 17-23-45-922

Anime Character Creator

  1. Blonde Haired Girl.
  2. Black Haired Boy.

The theme had many updates that added new characters and backgrounds. A few days after they added the quick video maker. A week later they added another anime theme called Ninja Anime which was the 2nd most themes added in one month. The 1st was in November 2011 which added Chibi Peepz, Space Peepz, and Chibi Ninjas all in one month!

Code[]

GoAnimate[]

var character = "girl"; // change to "adam", "girl" , "eve" , or "rocky" Change both girls to boy if you want to change gender

$('#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",

    hasVersion: "10.3",

    flashvars: {"apiserver":"https:\/\/goanimate.com\/","m_mode":"school","bs":character,"isLogin":"Y","isEmbed":"0","ctc":"go","tlang":"en_US","storePath":"https:\/\/d3v4eglovri8yt.cloudfront.net\/store\/105fbdaebc6c03df\/<store>","clientThemePath":"https:\/\/d3v4eglovri8yt.cloudfront.net\/static\/90fecad379777df6\/<client_theme>","appCode":"go","page":"","siteId":"go","userId":"00EDZP3Cu0aw","themeId":"anime","ut":30}});

GoAnimate for Schools[]

var character = "girl"; // change to "adam", "girl" , "eve" , or "rocky" Change both girls to boy if you want to change gender

$('#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",

    hasVersion: "10.3",

    flashvars: {"apiserver":"https:\/\/goanimate4schools.com\/","m_mode":"school","bs":character,"isLogin":"Y","isEmbed":"0","ctc":"go","tlang":"en_US","storePath":"https:\/\/d3v4eglovri8yt.cloudfront.net\/store\/105fbdaebc6c03df\/<store>","clientThemePath":"https:\/\/d3v4eglovri8yt.cloudfront.net\/static\/90fecad379777df6\/<client_theme>","appCode":"go","page":"","siteId":"go","userId":"00EDZP3Cu0aw","themeId":"anime","ut":30}});

Advertisement