SnowCarve
09-13-2001, 04:34 AM
Here's what I have so far:
on (dragOver) {
gotoAndPlay (_root.BGbutton.test);
}
'BGbutton' is a button symbol, and contained in it is 'test' --the name of the instance of my movie clip symbol called 'linkbg'. What I'm trying to do it make it so the movie clip plays when you drag the mouse over it. If I could get some help that would be great. Thanks
on (dragOver) {
gotoAndPlay (_root.BGbutton.test);
}
'BGbutton' is a button symbol, and contained in it is 'test' --the name of the instance of my movie clip symbol called 'linkbg'. What I'm trying to do it make it so the movie clip plays when you drag the mouse over it. If I could get some help that would be great. Thanks