I have created a scrollable menu (from the kirupa tutorial) with a left and right button. I want different text to appear when you rollover the four buttons that form the menu but the text needs to appear over the space where the fourth button should be, i.e. where it masks out the excess menu. I’ve tried dynamic text with the action script:
on (rollOver) {
Text_Area.text = “<Insert the text here>”;
}
and have also tried making the over state of the button a mc and inserting the text on the separate timeline but the text only appears in the mask. If anyone can help I would worship them for eternity! :be:
Thanks again for replying! The problem is that the text is not showing up where I want it to because I want it to appear where it makes part of the menu disappear - there must be a way round it. Anyway I’ll send the fla file to you and await further orders! C:-)
ok well i didnt get the fla but i now understand what your problem is.
im going to define a mask. if you dont know realy quick and maybe that will clear some of this up.
first to create a mask you create a layer right above the layer with the object on it you want to be masked. then you right click the upperlayer and hit mask. it should od this little indention thing and the signs on the layers will change. it will also lock both layers and you will have to unlock them.
ok now what a mask does is people usually add a large object on the masking layer. and only what that object covers in the lower layer will show during runtime.
if your e-mail is enabled then i will e-mail you a simple mask.
I’ve enabled my emails now so you can send me files. I know how to do masks so you don’t need to send me an example. The file named ‘promotional.fla’ is the problem - it has a movie clip with four buttons which on rollover should load dynamic text - this doesn’t work. However the file ‘test.fla’ does work. I’ve sent the files to tigeronfire445@yahoo.com. Can you tell me what i’m doing wrong? :mu: