A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Site entrance flash.

  1. #1
    Junior Member
    Join Date
    Nov 2009
    Posts
    2

    Site entrance flash.

    I just created an entrance for my site using flash and I have a problem. I finished it and everything worked great. I then forgot that I needed to add some kind of text so they know to click it. I put the words "ENTER" on the banner but now you can click the whole banner except for the word "ENTER". What do I need to do to make it clickable and linked with the rest of the site. Someone helped me make clickable and linked in the first place but I don't remember what they did exactly.

  2. #2
    Senior Member
    Join Date
    Jun 2008
    Posts
    549
    Convert the word "Text" into a movie clip or button, and then add the
    gotoAndStop() code.

  3. #3
    Junior Member
    Join Date
    Nov 2009
    Posts
    2
    Don't know what the goto code is. I know what you mean by stop() though.

  4. #4
    Senior Member
    Join Date
    Jun 2008
    Posts
    549
    Code:
    yourButtonInstanceName.onPress = function(){
    gotoAndStop("Frame number")
    }

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