Another fairly simple question ;p
When i press a button, i want it to play a certain movie clip… not a frame necessarily - just the movie clip… whuts the script for that??
Another fairly simple question ;p
When i press a button, i want it to play a certain movie clip… not a frame necessarily - just the movie clip… whuts the script for that??
on(release) {
_root.mymovieclip.play();
}
easy
just change mymovieclip to the instance name of the movieclip if it’s in _root, otherwize put the mc hierarchy to the mc!
e.g. _root.mymc1.mymc2.play();
if mymc2 is the mc you want to play and it’s inside mymc1!
ahhhh i forgot to put in root…duh ;p
thanx a lot =D
:: Copyright KIRUPA 2024 //--