
CTAPbIu_MABP - 2007-02-26 11:54:31 -
In reply to message 1 from Laura Cotterman
line 10 is:
public $color = array(0,0,0); // cloud color is black (#000000)
You have error on word "public" so you use PHP 4!
if you want my code works on PHP 4 try to delete all "public", "private", "protected" at the begin of all properties and functions