< anna's site
- Started
- Last post
- 18 Responses
- ********
wow. how does she get the scrolling work like that? i can just use the scroller on the mouse while it is still flash!
very nice work as well!
- sureshot0
< anna's site
www.anna-arbuckle.comwow. how does she get the scrolling work like that? i can just use the scroller on the mouse while it is still flash!
Crouwel
(May 20 07, 13:27)whao flash magic.. I bet even hans kazan is amazed!
- ********0
what u mean?
use the scroll wheel in flash?
isnt that standard...? simpleviwer does that and a few flash apps do that..is that EXTRA programming??
*totally highlights his ignorance!*
- Nairn0
add me to oldelpaso's list - all i'm getting is standard scrollers in a flash interface - no browser-ness.
what's making you wet, janne?
- qruise0
this is the most comedic question ever
- ********0
i don't think we understand each other.
- slappy0
mouseListener = new Object();
mouseListener.onMouseWheel = function(delta) {
_root.mcContainer._y += delta;if (_root.mcContainer._y = 150) {
_root.mcContainer._y = 150;
}
}
Mouse.addListener(mouseListener...should do the trick, although I gave up coffee so that may need work...
- slappy0
damn pvn took out my < and > arrows... you get the idea though
- subversve0
i'm with crouwel. the scrolling is nice, but the design is amazing in its simplicity. the navigation, unlike many flash sites, is clear. it's like they used flash to enhance the browser experience without trying to create a new experience all together. it comes together really well. the only thing i'd like to see are actual thumbnails when clicking on a project.
- daveglanz0
I think he meant that flash scrolling doesn't work for Macs. This developer came up with a solution though, which this site is probably using.
Link:
http://blog.pixelbreaker.com/200…I couldn't get it to work- if someone else does, post a zip file :-)
- 23kon0
tis a nice site and functionality :)
- ********0
thanks, slappy. i am unfamiliar with AS, but it is good to know it is possible.
cheers.
- ********0
and thanks daveglanz.
- ********0
it was layed out a little better... probably wouldn't even need the scroll bar...
nice work though
- ********0
if it was layed out a little better... probably wouldn't even need the scroll bar...
nice work though
mimeartist
(May 21 07, 03:43)i was thinking this but didnt really wanna start the onslaught of insults :)
- 23kon0
if it was layed out a little better... probably wouldn't even need the scroll bar...
nice work though
mimeartist
(May 21 07, 03:43)i was thinking this but didnt really wanna start the onslaught of insults :)
oldelpaso
(May 21 07, 04:15)
--------------it was obviously built for someone with a biiiig monitor and i was thinknig the same too, but i thought it was a decent attempt at something that worked (obviously brilliantly) on a biiig monitor but brokedown gracefully and was well though out for smaller monitors.
- bo01ean0
-> daveglanz
What point did you fail trying to implement the mousewheel for mac?
- daveglanz0
2 days later...sorry :-)
I downloaded the sample from Pixelbreaker's site, and coudn't figure out how to actually get the scroll code to actually work with, say, a scrollbar component.
- ldww0
good ol 'View Source' is such a handy tool.
http://www.anna-arbuckle.com/js/…
(its already been linked here, but this poves thats what she is using)