Groups | Blog | Home
all groups > flash actionscript > november 2005 >

flash actionscript : Programming Buttons


pipwax
11/5/2005 11:42:35 PM
I have createed a movie, which can be viewed here http://sk8photos.com, I
would like to add buttons that will let the user go to a prev frame or a next
frame. can any one direct me on how this can be done.
kglad
11/6/2005 12:10:31 AM
prevBtn.onPress=function(){
prevFrame();
}
nextBtn.onPress=function(){
nextFrame();
TheRealArchive
11/6/2005 12:18:06 AM
For basic Flash and Actionscript questions, I recommend the big yellow and
black Flash Bible. I'm pretty sure you can pick it up at Borders or Barnes &
Noble, and it's answered about 95% of my Flash questions since I started using
the program several years back.
AddThis Social Bookmark Button