I have been taking care of a website that has both a .com and a .co.uk domain.
The company who I have built this site for can access the site via the .co.uk address but the .com always takes them to their office server where an old version of the site is kept.
I have no experience with servers...
Ok ive posted this on another forum and got the following
soundTrigger = function(){
var doSound = character_mc.hitTest("soundTrigger_mc");
if(doSound == true){
//statement to play the sound.
clearInterval(characterWatch);
}
}
characterWatch = setInterval(soundTrigger, 500); //execute every...
Im trying to trigger some sound when movies collide (for a very basic game im doing for my 5 year old son). I have created a movie clip of an animated man walking. Inside of this movie clip i have created another clip which i intend to use as the hot spot for triggering sounds. This is all well...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.