I have a site that has music to listen to. I want to put in the first frame that these sound clips (external mcs) load but do not play. How do I do this?
Right, I did that..but then the next problem occurs, the buttons that play the music will not go to the second frame...how do i do this? i put loadmovie, goto framex, but that just made the main movie change frames and and the mc in the 2nd frame was not activated.
I am actually getting a headache trying to figure out everything! This is not that difficult I know!
I just want, on a button being touched, that a certain mc, the second frame, plays! How on earth is this not possible? Nothing I am trying to do is working...
First... Are you talking of a movie clip or a loaded .swf on another level? Or even of a mc in a loaded movie on another level?
Second... If you do in fact have a stop action in the first frame, are you sure it's only on the first frame? In other words, do you have a blank keyframe on frame 2 and for the rest of the actions layer's lenght?
Normally you would simply use:
on (press){
_levelx.play(); // x being an integer... the level loaded
}
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.