Flash Q
Flash Q
Out of context: Reply #2
- Started
- Last post
- 6 Responses
- springbok0
So on the slide MC I have;
frame1
Frame Label: out
AS saying;if (!out) {
out=true;
play();
} else {
stop();
}Frame 10
Frame Label: inside
AS saying;if (!inside) {
inside=true;
play();
} else {
stop();
}and on the button I am pressing to activate this slide, I have a play(); action
Is this correct?
Thanks for the help blaw