i just need a small bit of action script code, im new to flash and as yet dont know the lingo. all i need is some code to prevent my movie from looping once its finished. and also code for a button to replay it. would that be something like this;
on release
gotoAndStop("Index", 1);
}
'index' being the name of the scene the movie is in.
would that be placed in the release frame of the button?
i also need to know how to get a button to play the movie after its loaded, when ive tried the button is there and the movie dosent play but when i click the button nothing happens.
help would be much appreciated, thanks