Question
Actionscript help with symbol control (Flash 8)
I have a bunch of symbols on the stage and want to control
them with actionscript to cut down on the workload. The attached
code is what I've created that works for the most part with 3
problems/customization desires:
1) When I test this the POST still sends my variables in a querystring like a GET (only read by request.querystring). How to make the POST act like a POST.
2) My mouse over creates a larger symbol. How could I get this to animate the growth to a larger symbol?
3) My shadow effect is just a transparent copy of the original symbol. How can I change the color to be transparent black? Or is there a better way?
1) When I test this the POST still sends my variables in a querystring like a GET (only read by request.querystring). How to make the POST act like a POST.
2) My mouse over creates a larger symbol. How could I get this to animate the growth to a larger symbol?
3) My shadow effect is just a transparent copy of the original symbol. How can I change the color to be transparent black? Or is there a better way?