A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: buttons

  1. #1
    Junior Member
    Join Date
    Sep 2003
    Posts
    1

    buttons

    i set up buttons but were do i get them to link to a url i put it in the button to on press go to but nothing hapens

  2. #2
    exclusive member ( V I P ) tiGRAN=-2001's Avatar
    Join Date
    Aug 2001
    Posts
    434
    once you have made the button,

    1 select the button
    2 open actions panel
    3 go to expert mode to type in the following script:
    Code:
    on (release) {
    	getURL("http://www.yourlink.com", "_blank");
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center