press space to send commands Note that the script processor is very specific and that the syntax must follow as below for best results. Also, note that this works best with no spaces inbetween the characters so rather than 'cat1.x = 150;' use 'cat1.x=150;' There are 3 clones with changeable x, y, color, size, and direction commands are in JavaScript but here's a cheat sheet for those who don't know it :) example: cat1.x=150; cat1 is the object you are accessing variables from x is the variable you are accessing = what you want to do with the variable 150 the new value of the variable objects [cat1, cat2, cat3] variables[x, y, color, size, direction] operators[=, +=, -=, *=, /=] Special example for cloning: cat1.clone=newCat; then you have another cat [cat1, cat2, cat3, newCat]
Everything is by me @pantherTest__ (@panther__) This is a test to see if I can simulate object inheritance and private variable access of clones please remember that this is not a full scripting engine and that it only allows certain commands