Topic: Moving next and back buttons like SV1.7
I know this has been discussed in a number of posts but I'm trying to simply have the left and right arrows move from the center of the image to the bottom. I want it to appear like in SV1.7 and older..... I have tried the code that was listed on other pages such as:
/****
/////////////////////////resize as needed with math of image *changed* ///button width =54
*/
mBackBtn.setBtnPosn(imgx -fw + btnW,imgy + h + btnW );
mBackBtn.setHitPosn(imgx - fw - btnW,imgy +h + btnW/2);
mBackBtn.setHitSize(w/4,h/4);
mNextBtn.setBtnPosn(imgx + w - btnW,imgy + h + btnW );
mNextBtn.setHitPosn(imgx + fw + w*2/3 +btnW,imgy + h + btnW/2 );
mNextBtn.setHitSize(w/4,h/4);
}else{
The pages that I have looked at are:
http://www.airtightinteractive.com/foru … highlight=
and
http://www.airtightinteractive.com/foru … php?t=1204
I tried swapping the code that is above with the same lines of code in the source file and when I do it just loops the preloader. I am not a flash guru but I was hoping this would not be so complicated.... Any help would be greatly appreciated! Email is lonewolfdj@gmail.com.
Thanks, John