Page is a not externally linkable
pepe - 12:42 pm on Dec 18, 2007 (gmt 0)
stop(); home_btn.onRelease = function(){ this is obvoiusly not working. If I have 14 frames, what do you put in the currentframe= #, 1-14?, home_btn.onRelease = function(){ 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!
Hi all, I am new to the forum, and even newer to Flash. I am writing an e-book for kids, and on each page there is a home, help, next and back button. I figured out how to do the back and next buttons, but how do you do the actionscript for the home button? I named the instance
home_btn, so I thought you could just do it like a function for the next and back buttons,
if (_root._currentframe ==?) {
gotoAndStop(1);
}
}
why cant I say
what do I put here?