[font=Trebuchet MS]im havin trouble making my button work… it has a caption on rollover to alert the user of what the button is for but…[/font]
[font=Trebuchet MS][/font]
[font=Trebuchet MS]on (release) {getURL(“http://www.geocities.com/epiphanymusica/news.html",“epiphdotcomnews”,"_self”);}
on (rollOver) {
_root.x = 1;
_root.caption.words = “news”;
}
on (rollOut) {
_root.x = 0;
_root.caption.words = " ";
}[/font]