A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: need help with buttons....

  1. #1
    I make buttons in flash by converting the graphic to a symbol and editing the over/hit/down frames. In flash 4 i could easily make a button go to a URL. But since i had Flash 5 it wont me use action script in any of the up/over/down/hit frames. It says there are no parameters!?!? Can anyone help me?

  2. #2
    FK Catwoman Aria's Avatar
    Join Date
    Aug 2000
    Location
    Travelling
    Posts
    2,313
    i'm moving this from the lounge to Flash 5 Help forum

    cheers
    A

  3. #3
    Senior Member Leo Lima's Avatar
    Join Date
    Jul 2000
    Location
    São Paulo, Brazil
    Posts
    745
    Out of the editing mode, select the button, open its action panel and add:
    on (release, rollOut or something you wanna) {
    getURL ("http://whatever.com");
    }

    Regards,
    Leo Lima

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