| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Registered User
Join Date: Dec 2007
Posts: 6
|
I have this script for 1st button addEventListener(MouseEvent.CLICK,click1); function click1(event:MouseEvent):void{ navigateToURL(new URLRequest("web site"),"_self"); } for 2nd button addEventListener(MouseEvent.CLICK,click2); function click2(event:MouseEvent):void{ navigateToURL(new URLRequest("web site2"),"_self"); } the problem is that in the links he open al the time the same web link.... where is the problem ? |
|
|
|
|
|
#2 (permalink) |
|
gotsa a malanga!
Join Date: Apr 2006
Location: ottawa, canada
Posts: 489
|
sheesh..this is like your 4th new thread regarding the same related issue. stop posting new ones. at least do a few basic tutorials and get some actual understanding of what you're doing before trying to get other people to fix it for you line by line. |
|
![]() |