|
-
let me explain my problem to the great flash guru's that visit this great forum....
i have a main panel MC with 3 buttons
>all this stuff is in the MC
-3 buttons are called red/blue/white(just to simplify things)
-frames 1-15 transforms the MC(clears the contents to display new information
-frams 16-26 animates new information for "red.bu" content
-frames 27-37 animates new information for "blue.bu" content
-frames 38-48 animates new information for "white.bu" content
after red.bu is pressed i want it to play frames 1-15 and then 16-26
after blue.bu is pressed i want it to play frames 1-15 and then 27-37
after white.bu is pressed i want it to play frames 1-15 and then 38-48
Is this possible with labling? I understand how to label frames but can you actually script it to goto one label and then another after one click? Can someone show me what to do? Or should I just copy frames 1-15 and then paste them infront of each series of animations? I know that would be the easier way but I'm not learning something that i think is valuble to learn
thanks ahead of time to those who help
-G$-
-
you can do this with labeling, but the problem with putting all the tweens in one MC is that if the page is partially loaded or someone is on a slow computer, they will see bits and pieces of other tweens as it jumps to the next label...
try putting all the tween stuff with the buttons on seperate movie clips and then those MCs on a movie clip that refers to the labels of the MCs where the tweens are...
write back if this doesnt make sense or you need some help or clarity...
mannyme80
-
my question is "can you set up actionscripting to play label RED followed by BLUE?" or "BLUE followed by White" or RED and then White?" See what I mean? I know how to go to a specific label but can you set it up to goto one and then another right after?
like something like this>>
on (rollOver) {
tellTarget ("formal") {
gotoAndPlay ("RED when finished play blue");
}
}
does this help? I know this isn't the correct way but thats what im trying to figure out 
-G$-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|