the first folder contains all the animation elements for the ';introduction';
the second folder continues on from the timeline in a seperate layer folder below,
i want to create a button in which i can give the user the option of clicking ';next'; to go onto the next part of the animation.
many thanks.How do i create working buttons with actionscript time controls in flash?
Draw your button.
Create a button symbol (F8).
Copy the following AS2.0:
on(release){
play();
}
This will play straight away.
No comments:
Post a Comment