28,615
Loading...
see all
Video Responses
This video is a response to How to structure a full flash actionscript 3 web site tutorial CS3 + CS4 - Part 3
Loading...
wonderful tutorials, love it.
Hey, if you had a site that was made up of several of these "mini-sites" like you have here, and you could go from section to section and have choices of sub-sections via the buttons, is there a way to have the section always land on the first frame, even if you had been to that section before and opened another page via the buttons? normally if you do that and return to that section, the page that you opened is still opened. does that make any sense? LOL peace!
sanzarihall 11 months ago
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.
blindsay21 2 years ago
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?
SwordSkill2 2 years ago
good shit.. quick and to the point
ChrisLove510 3 years ago
thank you men me has ayudado mucho
PokeCarlos117 3 years ago