| |
PROGRAMMING COURSES
ADMIN VIDEO TUTORIALS
COMMUNITY RESOURCES
|
|
ActionScript flash 10 for a button
| ActionScript flash 10 for a button |
| by davidlevine - Sat Jul 31, 2010 12:21:19 PM |
Hi, I have a button called butt I want it to goto this url http://www.davidlevine.co.uk/popicons I have searched the web and even posted on this site the codes offered simply don't work. I am a flash idiot but that dosen't mean i have to readt every word writen on flash to make it work. Anyone what is the code to make my butt got the above url.
I have this code: (butt).addEventListener(MouseEvent.MOUSE_DOWN, gotoweb); function gotoweb(event:MouseEvent):void { var goURL:URLRequest = new URLRequest("http://www.davidlevine.co.uk/popicons"); navigateToURL(goURL, "_self"); }
it returns this error: scene 1, layer 'action script', frame 1, line 1 1120: Access of undefined property butt. (butt).addEventListener(MouseEvent.MOUSE_DOWN, gotoweb);
anyone please I havre been one this since feb this year.
|
| |
|
davidlevine
Forum & Site XP Level:

United Kingdom
East Sussex
Hove
Gemini
Posts: 8
Joined: 03/02/10
Website: URL
|
| RE: ActionScript flash 10 for a button |
| by davidlevine - Sat Jul 31, 2010 12:25:51 PM |
|
| |
|
davidlevine
Forum & Site XP Level:

United Kingdom
East Sussex
Hove
Gemini
Posts: 8
Joined: 03/02/10
Website: URL
|
| RE: ActionScript flash 10 for a button |
| by davidlevine - Sat Jul 31, 2010 12:28:04 PM |
|
| |
|
davidlevine
Forum & Site XP Level:

United Kingdom
East Sussex
Hove
Gemini
Posts: 8
Joined: 03/02/10
Website: URL
|
|
|
|
|