The Waiter
11-15-2006, 04:07 AM
Hello again -
I have been fooling around with a php form with checkbox options all day. :(
My problem is with a source code I downloaded.
When I test the source code it's fine - it works.
When I adapt the same actionscript variable, Flash immediately informs me of a syntax error. Odd.
Flash hates /: on my version but is cool with the very same /: on the downloaded source file!!
Where am I going wrong?
The ascript is: /:myvariable = "";
This sits on frame 1.
Then I have several buttons which act as checkboxes - they have the following script:
on (release) {
/:myvariable = "variable";
gotoAndStop(2);
}
I have been fooling around with a php form with checkbox options all day. :(
My problem is with a source code I downloaded.
When I test the source code it's fine - it works.
When I adapt the same actionscript variable, Flash immediately informs me of a syntax error. Odd.
Flash hates /: on my version but is cool with the very same /: on the downloaded source file!!
Where am I going wrong?
The ascript is: /:myvariable = "";
This sits on frame 1.
Then I have several buttons which act as checkboxes - they have the following script:
on (release) {
/:myvariable = "variable";
gotoAndStop(2);
}