bep
05-02-2001, 03:29 PM
I'm so frustrated!
I have a symbol in my library as a movie clip named Bhom, and have named the instance Bhom on the mainstage...
I have a symbol in my library as a button named Chom which is a clear rectangle...
I drag and drop both into seperate layers on top of one another in the mainstage, and make actionscript for the Chom (the clear button) as follows:
on (rollOver) {
loadMovieNum ("_root.Bhom", 1);
}
When I test the movie, it seems to have trouble reading the path, but shouldn't that path be correct?
All I want is my movie to play whenever you roll over it! Why is this so difficult for me?
Thanks anyone for your greatly needed help.
I have a symbol in my library as a movie clip named Bhom, and have named the instance Bhom on the mainstage...
I have a symbol in my library as a button named Chom which is a clear rectangle...
I drag and drop both into seperate layers on top of one another in the mainstage, and make actionscript for the Chom (the clear button) as follows:
on (rollOver) {
loadMovieNum ("_root.Bhom", 1);
}
When I test the movie, it seems to have trouble reading the path, but shouldn't that path be correct?
All I want is my movie to play whenever you roll over it! Why is this so difficult for me?
Thanks anyone for your greatly needed help.