TO WHOM IT MAY CONCERN:
I want to have a movieclip play when a button is pressed then
released. How can this be done?
Sincerely,
Kevin
Using Flash 5
TO WHOM IT MAY CONCERN:
I want to have a movieclip play when a button is pressed then
released. How can this be done?
Sincerely,
Kevin
Using Flash 5
on(press) {
yourmc.play();
}
change “press” to whatever you want! “press” means the action will be trigger once the button is pressed and “release” means the action will be triggered once the button is released!
and change “yourmc” to the mc you want to play!
*Originally posted by ksmith *
**TO WHOM IT MAY CONCERN:
I want to have a movieclip play when a button is pressed then
released. How can this be done?
Sincerely,
Kevin
Using Flash 5 **
Is that a cry for help, or a suicide note???
go with syko, he pointed you to the righ direction.
[SIZE=1]tho, i prefer to use the root/parent comands when targeting. ex:
on(press) {
[COLOR=blue]_root[/COLOR][COLOR=red].[/COLOR]yourmc[COLOR=red].[/COLOR]play();
}
[/SIZE]
:: Copyright KIRUPA 2024 //--