Quote:
Originally posted by Swed
I don't know if this will work, but i think you shoud try this way:
1. You need two layers each one with three frames:
Place the "GUN" MC, the text field and the buttons in the first frame of one layer.(Don't place any other keyframe on this layer.)
2. In the second layer you should have a blank keyframe on the third frame wich contains the following action:
----------------------------------
if (LETTER == "B") {
tellTarget ("GUN") {
gotoAndPlay (1);
}
}
if (LETTER == "A") {
tellTarget ("GUN") {
gotoAndPlay (2);
}
}
gotoAndPlay (2);
-----------------------------------
I did'nt try it.. hope it works.
Sav