Editing Multiple Button URL's

Hi, I’m creating a Flash site to sell dvd’s and CD’s with over 100 - 200 button links on each swf page. All the buttons are the same symbol, and have the same actions apart from one number change (CD24 to CD25 etc). I want to use PayPal to sell the items and am currently manually editing each button with script like below:

on (release) {
getURL(“https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&[email protected]&item_name=CD24&amount=10&no_shipping=0&no_note=1&currency_code=GBP&return=http://www.q4nobody.co.uk/success.html&cancel_return=http://www.q4nobody.co.uk/cancel.html”, “_blank”);
}

But it’s taking forever!#!*?!!

Is there any way I can view all the actions externally or otherwise to edit en mass?, as in a full script list? As opposed to clicking on one button edit the action, click on the next button, edit…zzzzzzz.

I’d be extremely grateful of any possible help on this as it’s driving me crazy.

Thanks
Q

:frowning: