transition commands
Hello,
i have a file on sites that transit into the main site from alpha 0 to 100.
.the buttons i have have the following code below. i use frame labels. But i seem to have a button that runs two clicks to work. And the action seems too slow as if disconnected from the command. i also have a variable that sits on the first and some subsequent keyframes of the main timeline.
can anyone point to what the problem is?
on(rollOver) {
gotoAndStop("Over")
}
on(rollOut) {
gotoAndStop("Up")
}
on(press) {
gotoAndStop("Down")
}
on(release) {
gotoAndStop("Up");
_level0.goingToPage = "biography";
_level0.play();
}
thank you for your time.
Best,
Cagri Kasap
