Where is the actionscript for the rollover, and rolloff?
Posted about 1 year ago
Nice button with circle and mask animation. You can easy change text, colors, size and use it your project.
Posted about 1 year ago
Doubleclick on one of the buttons. There is a layer “over”. Unlock it and open actionscript (F9). It is very simple.
Posted about 1 year ago
I want to change the background to white, and the roman to black fill. How do I do that? I am looking at the library and I can’t find that patterned black square at the back of the roman and the buttons. Where is it?
I also want to change the size of the patterned black square. Thanks.
Posted 5 months ago
Never mind, I actually figured it out. The bakground is locked and it is there right under my nose, on the stage, ready to bite me. LOL .
Posted 5 months ago
Plat4m,
I used this file on my website. I added behaviors so that the buttons actually link to live links. I also changed the background.
It’s neat. If you want to see its usage, here is my link.
www.umglobalhr.com/ourservices.html
So…I guess, thank you.
Posted 5 months ago
i cant make this button fuction. whats wrong with my code?
on (rollOver) {
gotoAndPlay(2);
}
on (releaseOutside, rollOut) {
gotoAndPlay(11);
}
on (release) {
gotoAndPlay(“Scene 1”, “page 2”
;
}