on (release) {
if (_root.tv.currentFrame == 1) {
_root.tv.gotoAndPlay(13);
}
_root.tv.nextFrame();
}
ok i know that .currentframe is wrong… how would i go about checking what the current frame is
on (release) {
if (_root.tv.currentFrame == 1) {
_root.tv.gotoAndPlay(13);
}
_root.tv.nextFrame();
}
ok i know that .currentframe is wrong… how would i go about checking what the current frame is
:: Copyright KIRUPA 2024 //--