Umm onHover? Never heard of that class before?!?!
Kagami:
1. Make a new MC and put the button images and button of the size you want inside the MC then set up the animations of the buttons (ie. roll over effect, roll off effect). Name the frames "over" and "out" and apply stop(); actions to the frames before them. Next click the button and then put the in the code:
- Code: Select all
onRollover(){
gotoAndPlay("over");
}
onRollout(){
gotoAndPlay("out");
}
onRelease(){
_root.gotoAndPlay(Frame X);
}
2. You don't use tables in flash and if you means slicing the layout image no you don't HAVE to do that but you may will find some problems later when actually making your site or whatever.
It seems like you don't actually know the basics of flash. Look on flashkit.com and do some beginner tutorials on how to use flash itself then try moving onto actionscript and actually making stuff in it.