Hello everyone:
I bought a full flash site template from templatehelp.com that came with a built in guestbook, but it was packaged with the wrong php files. Because of this, a whole quarter of my site is functionally retarded. Templatetuning.com (templatehelp's partner) told me I need to pay $350 for the right script. I'm a newbie, but that price seemed unfair to me upon initial consideration. I don't know what to do.
You can view my template and the problem I'm having here: http://templates.entheosweb.com/template_number/16330.asp
Go to the guestbook (far right button).
Here is the actionscript for the "reset" button:
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay("s2");
}
on (release) {
for (i=1; i<parent.fields_descriptions.length; i++) {
parent.reset_txt(parent["t"+i], parent.fields_descriptions[1], _parent.fields_descriptions[2]);
}
}