Helen.N
June 11th, 2008, 04:43 AM
Hello everyone, I tried take the advantage of dynamic frame rate of as3, but my terrible understanding of as3 has given me a huge headache.:stare::stare:
I imported an external swf by using the following script
------------------
var request:URLRequest = new URLRequest("animation.swf");
var loader:Loader = new Loader()
loader.load(request);
addChild(loader);
------------------
I tried to get Microphone and framerate work together in order to use the sound to control the speed of the animation. anyone can give me a hand after my numerous futile attempts?:asleep:
thanks! xx
Helen
I imported an external swf by using the following script
------------------
var request:URLRequest = new URLRequest("animation.swf");
var loader:Loader = new Loader()
loader.load(request);
addChild(loader);
------------------
I tried to get Microphone and framerate work together in order to use the sound to control the speed of the animation. anyone can give me a hand after my numerous futile attempts?:asleep:
thanks! xx
Helen