Ipod-like volume control

It probably need some more work, but all in all I’m quite satisfied. Keep in mind that I actually learned about variables on monday.

:hoser:

http://www.doyoudeer.com/prosjekter/04/index.swf

låvv.rookie-fro

its cool. good work. Maybe make it a little darker so you can tell where the ring is and that one is turning it :slight_smile:

how bout posting the fla:P

Here you go! :red: I spent half a day making this music player for my younger brother’s first website - he just wanted one song. (Very cool guy indeed, he wears soccer shoes all day.)

peace

and yeah: the music is also mine. hope you’re enjoying it.

Thanks man

:wink: …nice, so I guess he is showing his support for the US team - WELL, they can use it … as prooven yesterday against germany :wink:

Actually it’s Norway, Liverpool and Strømsgodset :block:

… yeah, they know how to kick

be nice if there was a mouse scroll wheel functionality built in ??

Then you’ll need someone a bit more skilled than me. I just learned actionscripting :slight_smile:

[LEFT][COLOR=green][FONT=serif][U][/U][/FONT][/COLOR][/LEFT]I’ve been using actionscript for around 3 or 4 years now and i don’t think i could do that. i had enough trouble making a normal volume slider.:m:

how long have you been using actionscript?[LEFT][COLOR=black][FONT=serif][/FONT][/COLOR][/LEFT]

I like how you can “throw” it. Click, drag fast then let go and it keeps going with its inertia. Pretty cool dude!

how about “onMouseWheel”, i dont really ‘know’ how this completely works, just search in the help-window
here some little

Exos Sho: I just got a red line, and no mouse.

aj7may: Thanks! I just learned this stuff the last couple of weeks. The math is done in cooperation with a friend, the rest is pure logic.

:rocker:

the control is pretty cool and so is the music :wink:

@ Exos Show: I also only got a red line which didnt do anything!

the mouse is on hide, and unfortunately u first have to click on screen, and then the red line should rotate when u ar scrolling the wheel

here is the script
this.createEmptyMovieClip(“line_mc”, this.getNextHighestDepth());
line_mc.lineStyle(2, 0xFF0000, 100);
line_mc.moveTo(0, 200);
line_mc.lineTo(0, 0);
line_mc._x = 200;
line_mc._y = 200;

var mouseListener:Object = new Object();
mouseListener.onMouseWheel = function(delta:Number) {
line_mc._rotation += delta*3;
};
mouseListener.onMouseDown = function() {
trace(“Down”);
};
Mouse.addListener(mouseListener);

and the fla

nice. I’ll see if I can hook it up with the “donut” soon. thanks evildrm. cheers.

I`ts ready =D iPod + Mouse Wheel :wink: