on (release) {
_root.link = 5;
_root.play();
}
on (release) {
gotoAndStop(“casual”);
}
Hey I have the Above that goes to link 5,
but I want it to go to Casual inside of Link 5, is this possible?
on (release) {
_root.link = 5;
_root.play();
}
on (release) {
gotoAndStop(“casual”);
}
Hey I have the Above that goes to link 5,
but I want it to go to Casual inside of Link 5, is this possible?
:: Copyright KIRUPA 2024 //--