b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » XXX » Message 711679 (Thread)

# Fancy a go..
on a really pointless kittygraph?
he meows if you make enough noise.
Needs a mic, and flash 6 tho.
clinky knee windows
not really sure why i made this
(, Thu 23 Jan 2003, 16:40, archived)
# Question.
Why can you never get any Ladysmith Black Mombassa on the karaoke?
(, Thu 23 Jan 2003, 16:43, archived)
# they refuse to let it be used in such a way
.....they don't need the money either. They found what was stuck to the bottom of Paul Simon's shoes. Sold them for a fortune.
(, Thu 23 Jan 2003, 16:48, archived)
# i think it
would be excellent.

Just to piss off every brain dead Robbie/Pram face impersonator in the world off.

(, Thu 23 Jan 2003, 16:52, archived)
# I find
yelling 'FUCKSOCKS' is very effective...
(, Thu 23 Jan 2003, 16:44, archived)
# thats because
its designed to pick up on those particular letters in that order. well done there sire
(, Thu 23 Jan 2003, 16:48, archived)
# Excellent
you got the mic to work in Flash.

Now my office think I'm bonkers. Thanks.
(, Thu 23 Jan 2003, 16:44, archived)
# That looks wonderful
all I need now is a microphone :(
(, Thu 23 Jan 2003, 16:45, archived)
# ooh!
I've just remembered there's a mic on my webcam
(, Thu 23 Jan 2003, 16:49, archived)
# and it works a treat!
thankyou, my life is now complete
(, Thu 23 Jan 2003, 16:51, archived)
# I bet that's marvellous.
I wish I had sound. Or a microphone. :(
(, Thu 23 Jan 2003, 17:19, archived)
# just
shout at the monitor, it will pick up the sound...
(, Thu 23 Jan 2003, 17:23, archived)
# heers how its done...
_root.createEmptyMovieClip("micAudio", 2);
_root.createEmptyMovieClip("chart", 1);
_root.micAudio.attachAudio(Microphone.get());
myMic = Microphone.get();
myMic.setGain(20);
name = myMic.name;
var chartMakerX = _root.chartMaker._x;
var chartMakerY = _root.chartMaker._y;
with (_root.chart) {
moveTo(chartMakerX, chartMakerY);
}
_root.onEnterFrame = function () {
activityLevel = myMic.activityLevel;
chartMaker._y = 140 - activityLevel;
chartMakerX = _root.chartMaker._x;
chartMakerY = _root.chartMaker._y;
with (_root.chart) {
lineStyle(1, 0, 100);
lineTo(_root.chartMakerX, _root.chartMakerY);
moveTo(_root.chartMakerX, _root.chartMakerY);
}
};

(, Thu 23 Jan 2003, 17:44, archived)