View Full Version : this young boy "POM" is getting older
farafiro
05-09-2005, 07:35 AM
Hoppy 25 birthday mate (hope to see you around soon)
Ricod
05-09-2005, 02:29 PM
Happy birthday POM ! I hope you had a good one !
farafiro
05-09-2005, 02:52 PM
Happy birthday POM ! I hope you had a good one !
correction, you will have, it's today, so the party will be tonight
;)
Ricod
05-09-2005, 03:02 PM
But, I'm pretty sure Pom won't read this until the day after. :D Not everybody here spends his/her birthday drinking a bottle of beer, wearing a colorful hat and posting on these forums. :p
farafiro
05-09-2005, 03:12 PM
heheheheeeeeeeeeeeeee
but I know lot of these kinda posters already
lol
CyanBlue
05-09-2005, 06:46 PM
Happy Birthday, POM!!! Where are you??? ;)
bluegel
05-13-2005, 03:26 PM
happy belated birthday POM, if you come back
Mortimer Jazz
05-13-2005, 04:04 PM
Happy b-day Pom :)
Where are our party invites? I got all dressed up in my birthday frock and now I have nowhere to go
CyanBlue
05-13-2005, 06:40 PM
Hey... You are not supposed to weat your birthday suit on Pom's party... That's the rule... ;)
Ricod
05-14-2005, 06:32 AM
Please tell me Morty is wearing anything else besides his birthday suit. We'll be flooded with starlets trying to figure out how to get this whole webcam / internet thing going !
Mortimer Jazz
05-16-2005, 09:57 AM
I wouldn't subject you to that ;P
I will keep my clothes on, I promise.
Ricod
05-16-2005, 04:07 PM
Why do I keep throwing in my own windows ? I could've made a fortune !
Why thank you fellows :) I'm sorry I don't visit this forum as much as I used to, but you know how it is: you get a job, an appartment, a wife and a dog, and there's no time left for flash...
Cheers,
pom :)
Mortimer Jazz
06-10-2005, 04:33 PM
There's only one thing for it, you must teach the wife and the dog Flash!
CyanBlue
06-10-2005, 07:27 PM
Look Who's Here!!! :)
mmm..pi..3.14..
06-10-2005, 09:53 PM
Why thank you fellows :) I'm sorry I don't visit this forum as much as I used to, but you know how it is: you get a job, an appartment, a wife and a dog, and there's no time left for flash...
Cheers,
pom :)
It's always time for flash!!! :D
var CenterX = 275;
var CenterY = 200;
var Radius = 100;
var Angle = 270;
for (i=1; i<=12; i++) {
Angle += 30;
X = Math.cos(Angle*Math.PI/180)*Radius+CenterX;
Y = Math.sin(Angle*Math.PI/180)*Radius+CenterY;
_root.createTextField("Num"+i, i, X, Y, 5, 12);
_root["Num"+i].autoSize = true;
_root["Num"+i].text = i;
}
_root.createEmptyMovieClip("container", 0);
container.loadMovie("http://www.macromedia.com/images/shared/product_boxes/159x120/159x120_flash_dual.jpg");
container._x = CenterX-75;
container._y = CenterY-50;
AngleMin = 0;
MinRadius = 100;
HourRadius = 60;
_root.createEmptyMovieClip("Hour", 998);
_root.createEmptyMovieClip("Minute", 999);
Hour._rotation = -90;
Minute._rotation = -90;
Hour._x = CenterX+5;
Hour._y = CenterY+12;
Minute._x = CenterX+5;
Minute._y = CenterY+12;
function Time() {
Hour.clear();
Minute.clear();
AngleMin++;
AngleHour = AngleMin/12;
Minute.moveTo(0, 0);
Hour.moveTo(0, 0);
Hour.lineStyle(2, 0x000000, 100);
Minute.lineStyle(1, 0x000000, 100);
Hour.lineTo(Math.cos(AngleHour*Math.PI/180)*HourRadius, Math.sin(AngleHour*Math.PI/180)*HourRadius);
Minute.lineTo(Math.cos(AngleMin*Math.PI/180)*MinRadius, Math.sin(AngleMin*Math.PI/180)*MinRadius);
updateAfterEvent();
}
setInterval(Time, 10);
farafiro
06-12-2005, 07:06 AM
mmm..pi..3.14..
wow, this looks very neat
farafiro
06-12-2005, 07:08 AM
Look Who's Here!!! :)
who, can't seen anyone else
There's only one thing for it, you must teach the wife and the dog Flash!I'm trying. The wife's OK but I have trouble teaching Wolfie the concept of listeners. Anyone has a good tute about that?
Mortimer Jazz
06-13-2005, 02:37 PM
Sure, here you go:
Listeners - an introduction for quadropeds (www.dognoses.com)
Heh, okay, so I lied, but how freaked out would you be if I actually found one? - and knowing the web it's probably there somewhere ;)
Wolfie's having trouble eh? Is (s)he old? Because you know, you can't teach an old dog new ... erm script.
Yep............................ I'll get my coat.
Ricod
06-17-2005, 01:31 PM
Hey, I thought the saying was : Even an old dog can learn new scripts.
But maybe it's an input device problem. I figure the mouse is okay for Wolfie, but the keyboard ... I figure you don't happen to have a keyboard where the keys are the size of a dog's paw ?
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.