Part 2 – Learn how to structure your Flash AS3 full website. Learn how to place other flash files into yours. Learn better organization for your Flash menu systems and Flash page structure. Complete with preloader load bar and text to allow you to place lots of images or whatever you want into the file and give your site visitors an indication of your sites load progress.
Duration : 0:5:56
[youtube ZFxUxYThE24]
April 2nd, 2010 at 6:17 pm
if ur using AS3 …
if ur using AS3 then use addEventListener
var sndID:URLRequest = new URLRequest(”-insert url for sound here-”);
var Snd:Sound = new Sound(sndID);
mpla.addEventListener(MouseEvent.CLICK, plySnd);
function plySnd(e:MouseEvent) {
Snd.play();
}
//try using something to that effect. i think that should work.
April 2nd, 2010 at 6:17 pm
Do you know hot to …
Do you know hot to make a movieclip when is being in hitTest to play a sound???
I tryed this: if(_root.mpla.hitTest(this)){load(Sound)}
but didn’t worked.. Do you know the code for playing sounds?
April 2nd, 2010 at 6:17 pm
good shit.. quick …
good shit.. quick and to the point
April 2nd, 2010 at 6:17 pm
thank you men me …
thank you men me has ayudado mucho