- Has been a member for 4-5 years
- Item was Featured
- Exclusive Author
- Sold between 10 000 and 50 000 dollars
- Bought between 1 and 9 items
- Referred between 10 and 49 users
I like the concept 
I like the concept 
very useful 
like the idea: good work
Nice File.
thanks 
Nice file there 
AS2
Thanks for the help. I’m off to check this file out now. I bid you a do or something. Whatever it’s called. 
Hello,
Very fine script, but I’ve a problem. Is it possible to use a link with a frame ? I tried with: target=”xxxx” but without success…..
Yours faithfully
Nizerot, open the flash file and on line 221 of the actionscript you’ll find:
item_mc.imgHolder.onRelease = function() {
getURL(this.myUrl, "_blank");
};
just replace the “_blank” with your frame name.
Hello Nellie,
just have one question, i’ve donne some small changes in your file to customize it, but i still need to do one more, is it possible to have in the scroll function at the middle a blank space, i mean not moving if the mouse is over the middle moveclip? or have like a pixel size in the middle… i hope you understand my question, and that it could be done!
really nice file!
thanks in advance
Alex
if (mouseX<=midX && clipX<=minX) {
diff = (midX-mouseX)/speed;
myClip._x = clipX+diff;
} else if (mouseX>=midX && clipX>=-maxX) {
diff = (mouseX-midX)/speed;
myClip._x = clipX-diff;
}
to:
if (mouseX<=(midX-100) && clipX<=minX) {
diff = (midX-mouseX)/speed;
myClip._x = clipX+diff;
} else if (mouseX>=(midX+100) && clipX>=-maxX) {
diff = (mouseX-midX)/speed;
myClip._x = clipX-diff;
}
You can replace the “100” with whatever value you like to increase or decrease the non-scrolling space in the middle.
Great concept. I’d love to see more stuff like this. More creativity is needed on flashden. I’ve bookmarked this for a later date. Really nice work 
Hi Nellie,
Like this thing a lot, one question as Im a flash newbie; How do I exactly put my flash site in the middle? Its a pink square right now only for showcase right, I have to delete that right?
Hi,
Would it be possible to add a scrollbar rather than using the mouse position – that still worked when resizing the window?
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
56 Purchases
17 Comments