Quote:
Originally Posted by Crow
Why the extra parentheses around temp.heads here?
PHP Code:
triggeraction(this.x+1,this.y+1,"Show",(temp.heads));
|
Yeah, wouldn't this be coercing the array into a string?
Also:
PHP Code:
//typo
funciton onCreated(){
setshape(1,32,32);
}