Forum Moderators: open
stop();
home_btn.onRelease = function(){
if (_root._currentframe ==?) {
gotoAndStop(1);
}
}
this is obvoiusly not working. If I have 14 frames, what do you put in the currentframe= #, 1-14?,
why cant I say
home_btn.onRelease = function(){
what do I put here?
Sorry this is not so concise, I am up agianst a deadline, and freaking out. any help would be greatly appreciated if any of this makes sense, thanks!