how can you edit the text of the buttons
Posted 5 months ago
Ok, bouble Click on the button and you can see 3 Layers (Glow, Text, Background) just edit the text area inside the text layer
Posted 5 months ago
thanks, how can i add 3 more buttons with 3 more content pages. im not good at flash.
Posted 5 months ago
1. In library duplicate one button and drop it in the movie in Buttons layer and put instace name “button6”
2. In library duplicate one content movieclip then open main_cm and in a new layer put that new content whit instance name “mc6”
3.In layer AS put this code
button6.onRollOver = function() { content.targetY = 3006; };
4.In main_mc add this code mc6._y = -3006
same whit other content pages, read the instrucctions to know how edit
Posted 5 months ago
Not being picky but you forgot to put a hit state for the buttons on the home slide. You can only click on the text.
Posted 5 months ago
yes, it was just an example for a button but im gonna make continuously improvements to the slide menu, thks for the post
Posted 5 months ago
I am also trying to add 3 buttons and have completed steps 1 & 2. I noticed that when I opened the code it was: (targetY = 300*5) not 3005. It does not have times symbol. I am learning flash, so this is confusing to me;-( Also, I do not see the extra buttons when I test the movie. Help would be appreciated.
Posted 5 months ago
yes, sorry, i wrote 300 * 6 in the last comment, but looks like the * is used
to make text bold in the comment…now i know 
3. In layer AS put this code
button6.onRollOver = function() { content.targetY = 300 * 6; };
4. In main_mc add this code mc6._y = -300 * 6
if you dont see the new buttons in the movie is because you have to change the movie width, the default is 590, and width of the button is 99 then you have to change to 788
Posted 5 months ago
i love the simplicity of this! less it more when it comes to flash : )
Posted 3 months ago
Wow! This is the first time I have purchased a flash file online and the experience has been great! Rocman, your file is super-easy to skin and I had it up and running very quickly. Fantastic product, just what I was looking for 