i finally got my slider menu animation to work from the main page, but i want to link them to other scenes in my movie.
ie.
the code on my “Home” button.
on (press) {
gotoAndPlay(“home”, “1”)
}
but when clicked, takes me to the scene named “forum”
same thing happens on my “members” button
any ideas?