PDA

View Full Version : The Complex Beta 1


The Rhino
18th February 2002, 16:52
Whats up people,
I have just put my new skin on my website. I like how it turned out but it was made more for functionality than anything. Go check it out at my site for a screenshot and download. I will release it on deskmod if people respond to it.

screenshot and download (http://www.winamp3.dk3.com)

Some features include built in presets for EQ :D

Naamloos
18th February 2002, 17:34
Link doesnt work... sorry

will
18th February 2002, 18:27
From your site
Volume meter (script by willfisher)I did that? I must either have started coding in my sleep or have been drinking too much :igor:

Gonzotek
18th February 2002, 18:40
Link works, it was incredibly slow for me, however.

The volume meter script looks like it might be Evil Pmumpkin's. It's not mine, anyway ;)

Can you make it so that when I click on the volume meter animation it stops/starts. I don't really like it, but I wouldn't mind the ability to turn it on/off at will.

-=Gonzotek=-

Naamloos
18th February 2002, 20:07
Maybe i checked it before he fixed it ;)

The Rhino
18th February 2002, 20:25
Ok i was almost sure will did the meter but it was evil pumpkin so i fixed that and i will fix up the animated title so it can be turned on and off :)

The Rhino
18th February 2002, 20:54
ok so fixing the animated picture wasn't as easy as i thought could someone help me out. :(

Gonzotek
18th February 2002, 21:07
#include </lib/std.mi>

Global AnimatedLayer AnimLayer;
Global Int animToggle;

system.onScriptLoaded(){
AnimLayer = getContainer("EqPresetter").getLayout("normal").getObject("movement");
animToggle=0;
}

animLayer.onleftButtonUp(int x, int y){
if (animToggle==0){
animLayer.stop();
animLayer.gotoFrame(12);
animToggle=1;
}
else{
animLayer.play();
animToggle=0;
}
}

That should do it I think. I tried this in your skin and it works...what I posted before was more general.

-=Gonzotek=-

The Rhino
18th February 2002, 21:45
all right the on off deal with the animation has been fixed thanks to Gonzotek and the updated version is on the website

Peter_Berre
21st February 2002, 12:34
One question... after windowshadeing the thinger... how do i get it back to normal? and the first one who says delete studio.xnf, i wil personally hunt down and slap with a small spoon!

jarsonic
21st February 2002, 13:42
delete studio.xnf.

- Jarsonic

Peter_Berre
21st February 2002, 13:44
don't you think i won't do it jarsonic ;)

Gonzotek
21st February 2002, 18:35
Double-Click just above the thinger icons (where the titlebar would be if it wasn't round).

-=Gonzotek=-

Peter_Berre
21st February 2002, 18:40
ahhh perfect thanks