View Single Post
Old 07-02-2009   #3 (permalink)
unleash
Just unleashed!
 
unleash's Avatar
 
Pinboliada Champion! Tournaments Won: 1

Join Date: Jul 2005
Location: Inbetween
Posts: 2,630
Blog Entries: 10

Battle Wins: 1 (rank: #35)
Im not sure, but I think you want to do it like this:

Set up an AS layer (the top layer for all I care) and type in the following script:

btn1.onRelease = function(){
getURL("http://www.playersbench.com/prod.ihtml?pid=4075");
};

Do this for every button you have (first button = btn1, second button is btn2 and so on). And make sure your buttons have the instance names you use in the action script. (so the instance name of the first button must be btn1).

Than you can delete all the code you had per button, and it should work

If this doesnt help, PM me the file and ill have a look at it!



PS:Try synthetics way first cause I think that is the problem too, if not so try this...
__________________
Ads are the cave art of the twentieth century.

That what doesn't destroy us, makes us stronger.
unleash is offline   Reply With Quote