Your help is needed!! I want to create a menu which comes in from the side of the page when the mouse is placed over it. (When it is off the page it looks like a tab). To do this I used this code:
on (rollOver) {
gotoAndPlay(2);
}
on (rollOut) {
gotoAndPlay(30);
}
That works fine, the problem I’m having is putting buttons on the menu when it slides out. I have got the button as a symbol and put on this code:
on (release) {
_root.gotoAndPlay(“Products”);
}
This normally would work but as it is on a rollover image then you click on it, it doesn’t work (you can see the button ok).
Any ideas on how i can do this or will I need to do something else other than a rollover. Cheers for any help (-: .
It works!! Thanks mate! I put the code in before but as the products mc is text you had to click exactly on the text for it work work (solved with a transparant rectangle).:thumb:
martc, how do u made ur site http://www.pensworth.co.uk/test/webtest.htm
to keep on repeating the image from left to right??? actionscript or just normal movie tweening. thxs