A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Help with buttons.

  1. #1
    Junior Member
    Join Date
    Nov 2010
    Posts
    1

    Help with buttons.

    Please help I am trying to make a simple website using flash for my ICT GCSE and am stuck on making buttons in flash that link to another page. Im using frontpage and Flash CS5 (the 30 day trial). Need help urgently.
    Thanks.

  2. #2
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,756
    you draw your shape/object on the stage (or import you graphic)..

    select it on the stage.. and convert it to a movieClip.

    you need to give this movieClip an INSTANCE name.. for this example, we'll use 'someButton_1'..


    on frame 1 you put:

    someButton_1.onRelease = function():
    getURL("http://www.nike.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