-
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.
-
Convert the word "Text" into a movie clip or button, and then add the
gotoAndStop() code.
-
Don't know what the goto code is. I know what you mean by stop() though.
-
Code:
yourButtonInstanceName.onPress = function(){
gotoAndStop("Frame number")
}