go to bottom



<<  1    2    3    4  >>
Author: Subject: more smiley requests
Mark
Moderator






Posts: 970
Registered: 2003-4-16
Location: UK
Member is offline

Currently listening to: james blunt

posted on 2004-4-3 at 20:17
I cant wait till there is a riot on the board, then I can use the riot smiley !







www.westpointrock.com


View user's profile This user has MSN messenger
Paige_x0x
Über Poster






Posts: 1638
Registered: 2003-6-13
Location: Mississauga
Member is offline

Currently listening to: Against Me!

posted on 2004-4-3 at 20:51
Wow nice new smilies, Bart! How 'bout a drooling smilie?





The night's as hot as hell. It's a lousy room in a lousy part of a lousy town - I'm staring at a goddess. She's telling me she wants me. I'm not going to waste one more minute wondering how I've gotten this lucky. She smells like angels ought to smell, the perfect woman... the Goddess. Goldie. She says her name is Goldie.

View user's profile Email user This user has MSN messenger
armour_guitarist
Oh Dear






Posts: 3261
Registered: 2003-9-10
Location: Brooklyn
Member is offline

Currently listening to: New Livid?!? Wha??????

posted on 2004-4-4 at 06:08
ok it's all working for me now. and it's not slow anymore so YAY for Bart!





Some things take more than a lifetime.

View user's profile This user has MSN messenger
little_lady
Not quite as sad as the post count would suggest






Posts: 5004
Registered: 2003-5-13
Location: 'Sauga
Member is offline

Currently listening to: circuit!

posted on 2004-4-4 at 15:17
It's still slow for me, and I still can't click the smilies..
-sobs-





you won't let me down...

View user's profile
tremendous
Administrator






Posts: 2366
Registered: 2003-4-15
Location: Vancouver, BC
Member is offline

Currently listening to: Cigar Box Melody EP

posted on 2004-4-4 at 15:58
it really shouldn't be slow any more. loading, that is. they might look slow on the reply page if you're on a slow computer. but i'm not about to bend over backwards for retro people

ok, now i can click them on mozilla. weird. awesome. still not on mac?






View user's profile Visit user's homepage
little_lady
Not quite as sad as the post count would suggest






Posts: 5004
Registered: 2003-5-13
Location: 'Sauga
Member is offline

Currently listening to: circuit!

posted on 2004-4-4 at 16:03
NOW I can click on them..I don't know what you did, but it worked haha.
I just meant the site as a whole is being slow on me, then again..it could be my fucked up computer.

Thanks anyway Bart.
<--- OOOH I'm trapped in a box!





you won't let me down...

View user's profile
tremendous
Administrator






Posts: 2366
Registered: 2003-4-15
Location: Vancouver, BC
Member is offline

Currently listening to: Cigar Box Melody EP

posted on 2004-4-4 at 16:38
and this is what makes you bounce around. see what i go through for all you guys?
code:
onClipEvent(load) {
yspeed = 1.5;
xspeed = 1.5;
makenumber = function() {
return(1 + (Math.random() - 0.5) * 0.2);
}
rotspeed = 0;
}
onClipEvent(enterFrame) {
yspeed += 0.2;
if (_y + yspeed >= 17 - 8.4 / 2) {
yspeed *= -1;
rotspeed += xspeed;
_y = 12.85;
if(yspeed > -0.1) {
yspeed -= 2.1 * makenumber();
}
} else if (_y + yspeed <= 8.4 / 2) {
yspeed *= -1;
rotspeed -= xspeed;
_y = 4.15;
} else {
_y += yspeed;
}
if (_x + xspeed <= 8.3 / 2) {
xspeed *= -makenumber();
_x = 4.15;
} else if (_x + xspeed >= 17 - 8.3 / 2) {
xspeed *= -makenumber();
rotspeed -= yspeed;
_x = 12.85;
} else {
_x += xspeed;
}
if(xspeed > 3) {
xspeed = 1.5 * makenumber();
}
_rotation += rotspeed;
if(Math.abs(rotspeed) > 50) {
rotspeed *= 0.5;
}
}







View user's profile Visit user's homepage
Pure_Ibanez_Sound
Oh Dear






Posts: 2544
Registered: 2003-5-25
Location: Missisauga, ON
Member is offline

Currently listening to: Angels and Airwaves- The Adventure

posted on 2004-4-4 at 18:57
Coolness Measure:

Bart > other admins





one last show.

View user's profile Email user This user has MSN messenger
Chris
Moderator of Death






Posts: 2109
Registered: 2003-5-5
Location: fuuuuu
Member is offline

Currently listening to: textures

posted on 2004-4-4 at 19:01
geek!





ta bi

View user's profile Visit user's homepage AIM status of Chris
tremendous
Administrator






Posts: 2366
Registered: 2003-4-15
Location: Vancouver, BC
Member is offline

Currently listening to: Cigar Box Melody EP

posted on 2004-4-4 at 21:08







View user's profile Visit user's homepage
Sin Ogaris
Über Poster






Posts: 1557
Registered: 2003-5-13
Location: Australia
Member is offline

Currently listening to: Coheed and Cambria

posted on 2004-4-5 at 04:52
Damn it Chris, you beat me to it!
View user's profile Visit user's homepage AIM status of Sin+Ogaris This user has MSN messenger
armour_guitarist
Oh Dear






Posts: 3261
Registered: 2003-9-10
Location: Brooklyn
Member is offline

Currently listening to: New Livid?!? Wha??????

posted on 2004-4-5 at 09:49
shit...





Some things take more than a lifetime.

View user's profile This user has MSN messenger
tremendous
Administrator






Posts: 2366
Registered: 2003-4-15
Location: Vancouver, BC
Member is offline

Currently listening to: Cigar Box Melody EP

posted on 2004-4-5 at 13:04
that's simple stuff though, you should see the code for the latest site i did (not online just yet) - over 1000 lines.






View user's profile Visit user's homepage
Sin Ogaris
Über Poster






Posts: 1557
Registered: 2003-5-13
Location: Australia
Member is offline

Currently listening to: Coheed and Cambria

posted on 2004-4-5 at 13:08
See, I suck at web design and am stuck with using notepad (for lack of anything better) hence why my site hasn't been updated in God knows how long. It really sucks having to change 20 pages manually, I assume you use Dreamweaver or something.
View user's profile Visit user's homepage AIM status of Sin+Ogaris This user has MSN messenger
tremendous
Administrator






Posts: 2366
Registered: 2003-4-15
Location: Vancouver, BC
Member is offline

Currently listening to: Cigar Box Melody EP

posted on 2004-4-5 at 13:33
well that code is flash actionscript, and that's what i'm talking about for the latest site too. but the html and php i do in dreamweaver, yes.






View user's profile Visit user's homepage
kaitlynn
Posting Machine






Posts: 575
Registered: 2003-5-12
Location: pickering
Member is offline

Currently listening to: rent

posted on 2004-4-5 at 13:34
There should be a point and laugh smiley. So you can laugh at people in one click!





-Kaitlynn*

"I dreamed a dream of days gone by, I dreamed a dream a life worth living. I dreamt that love would never die. I dreamt that life would be, forgiving...But the tigers come at night, with their voices loud as thunder. As they tear our dreams apart, as they turn our dreams to shame."
-Fantine
(oh the the lifelong sorrows)

View user's profile Email user This user has MSN messenger
Sin Ogaris
Über Poster






Posts: 1557
Registered: 2003-5-13
Location: Australia
Member is offline

Currently listening to: Coheed and Cambria

posted on 2004-4-5 at 13:45
Good idea!

*points and laughs at kaitlynn*

Actually, that does take too long to type. I do believe you're on to something here.

View user's profile Visit user's homepage AIM status of Sin+Ogaris This user has MSN messenger
tremendous
Administrator






Posts: 2366
Registered: 2003-4-15
Location: Vancouver, BC
Member is offline

Currently listening to: Cigar Box Melody EP

posted on 2004-4-5 at 15:11
^
|






View user's profile Visit user's homepage
Reivax
Custon Status






Posts: 2703
Registered: 2003-7-26
Location: Burlington, ON
Member is offline

Currently listening to: Dredg & God Is An Astronaut

posted on 2004-4-5 at 15:26
Funny stuff.

And maybe a 'fleeing' smilie for afterwards. Something like the "shifty eyes" smilie, but ends up fleeing in a cloud of smoke.

I think this was actually mentioned before.





http://www.dvdaficionado.com/dvds.html?cat=1&id=reivax

View user's profile Visit user's homepage
Paige_x0x
Über Poster






Posts: 1638
Registered: 2003-6-13
Location: Mississauga
Member is offline

Currently listening to: Against Me!

posted on 2004-4-5 at 20:25
I want my drooling smilie damnit!





The night's as hot as hell. It's a lousy room in a lousy part of a lousy town - I'm staring at a goddess. She's telling me she wants me. I'm not going to waste one more minute wondering how I've gotten this lucky. She smells like angels ought to smell, the perfect woman... the Goddess. Goldie. She says her name is Goldie.

View user's profile Email user This user has MSN messenger
tremendous
Administrator






Posts: 2366
Registered: 2003-4-15
Location: Vancouver, BC
Member is offline

Currently listening to: Cigar Box Melody EP

posted on 2004-4-5 at 20:57
i had a go at that paige, but it's the most difficult one yet. i can't get the eyes right. and i can't get the mouth right. i could probably do the drool, but as you can see i haven't got that far yet.






View user's profile Visit user's homepage
Chris
Moderator of Death






Posts: 2109
Registered: 2003-5-5
Location: fuuuuu
Member is offline

Currently listening to: textures

posted on 2004-4-6 at 19:26
you should see the flash game that "tremendous" and i have created. it involves a muscle-bouind, tomato-headed hero who beats the shit out of innocent bystanders.





ta bi

View user's profile Visit user's homepage AIM status of Chris
tremendous
Administrator






Posts: 2366
Registered: 2003-4-15
Location: Vancouver, BC
Member is offline

Currently listening to: Cigar Box Melody EP

posted on 2004-4-6 at 19:33
this is jeffrey






View user's profile Visit user's homepage
little_lady
Not quite as sad as the post count would suggest






Posts: 5004
Registered: 2003-5-13
Location: 'Sauga
Member is offline

Currently listening to: circuit!

posted on 2004-4-6 at 19:45
I love that hahaha..sounds like a wicked game too.
Nothing better than to beat the shit out of innocent bystanders.





you won't let me down...

View user's profile
Krista
Senior Member






Posts: 494
Registered: 2003-11-1
Member is offline

Currently listening to: the hum of my computer

posted on 2004-4-6 at 22:36
What about a puking smiley?





If you have something to say, raise your hand...and put it over your mouth.

View user's profile Email user
<<  1    2    3    4  >>


go to top