;

PDA

Click to See Complete Forum and Search --> : Noob with menu problem


rottencorpse
11-23-2006, 04:34 AM
Hi All
I downloaded the menu1 guide from the exchange, I'm having a few problems getting it to work. When I press my button my text and mc shape appears of screen instead of where it was placed.

Here is what I have done so far:

I make a movie clip shape called mc1 then add text next to mc1 called button one. The Actions I give to button one are Mouse effect only/on release and the action script on(release){
gotoAndPlay("one")
mc1.loadMovie("one.swf");
}

I then safe as fun file, delete my button so all I have left is mc1 shape. I then add the text inside of my mc1 shape that I want to appear when my button is pressed. I then export it as a swf file called one. Then I re-open my safed fun file play it in the web browser, it all works but when my button is pressed my text and mc1 shape apper of screen. Could somebody please tell me where I'm going wrong.

Thanks
:mrt:

swrzzzz
11-30-2006, 11:47 AM
Can you post a .fun so someone can put it straight for you?

Steve

ant_Z
12-11-2006, 07:03 PM
dont exactly know whats your problem but maybe U should use on (rollOver) instead of on(release)?