Hi, I am using Flash5 to build a site. I have a main page with navigation bar to get around. The word “menu” is sitting on the right of the stage which contains the actions:
on(press) {
gotoandplay(“expand”)
}
which opens the nav bar on the bottom of screen. This works fine. However, the text was blurry on my site, so I switched the text from static to dynamic text, which solved the blurriness problem.
BUT, after switching the text, I discovered my "menu’ button is not behaving as before.
Can one assign actions to dynamic text? If not, what do I do to still have legible text? Any other suggestions? Again, the menu bar and other links were working fine, but when switched to dynamic text, none of the navigation works. Help!! thanks, dave.
genreally, invisible buttons are created by only having content in the HIT frame of the button. This improves performance a little and keeps the button from being visible in low color monitors (which can happen with 0% alphaed objects).
I often make a square invisible button which I can then resize and re-use whereever I need