Hey there everyone. I have a blank mc that has thumbnails nested in it, that scroll up and down onPress of an 'up' button and a 'down' button. The thumbnails are 40x40 and there is a 5px space between them and they move up or down in 5 rows at a time. (I set the thumbnails to move (with an ease) 225 pixels up or down when you press the up or down button.)
The only problem I am having is when you click the up or down btns repeatedly. If the thumbnails have not finished easing into place when you click the up or down btns again, it will add another 225px to wherever it is currently at. This makes it so that sometimes only half or part of the thumbnail is inside the mask. I need to somehow disable the up or down btn after being pressed, until the thumbnails are finished moving into place. Flash [Archive] - Dynamic Drive Forums:: Odd Problem with Flash file(s) · random loading problem plz help Help Please - Images Are Going Crazy · Need Help With Bizarre Flash Project! http://www.dynamicdrive.com/forums/archive/index.php/f-20.htmlHOME |
sorry if that sounds confusing. Any advice will help. Here is my code. THANKS windows XP MCE- very slow to start up & shut down:: 15 posts - Last post: Jul 11, 2007Help Please! MCE startup & shut down is very slow(5-6 min) If this improves matters we will need to resolve your MC problem. http://www.helpwithpcs.com/tech-support-forum/viewtopic.php?p=6565HOME |
//easing function------------------------------------------
yPos = 0;
#include "lmc_tween.as"
function boxMove(yPos) {
yTo = thumbnailCont_mc._y-yPos;
thumbnailCont_mc.slideTo(null, yTo, .2, "easeInOutQuad");
}
//-------------------------------------------------------
//scroll thumbnails up Troubleshooting Checklist for Remote Access to Databases:: Oct 22, 2007 Please be as specific as possible when reporting problems, i.e., If you elect to search using the MC Central Search product from off http://www.montgomerycollege.edu/library/troubleshooting_checklist.htmHOME | Mr Raven Lyrics - Mc Lars:: Please mail us if you have any problems with adding Mc Lars's song lyrics to your page, we will be more than happy to help out. We have tried writing Mr http://www.kovideo.net/lyrics/m/Mc-Lars/Mr-Raven.htmlHOME |
btnUp.onPress = function() {
boxMove(-225);
};
//scrollthumbnails down
btnDown.onPress = function() {
boxMove(225);
};
Where's The Advantage In Windows Genuine Advantage?
Stocks Bounce After S&P Joins Bear Market |