1ok
03-01-2003, 01:30 PM
Hi everyone
This is my first post here.
I've got a very simple question.
I'm trying to use the if statement. I know the right syntax is:
if (condition is true) {
do this
do this
};
But all the examples I've seen use variables to state the condition, and I'm not sure if it's possible to write something like this:
if (movie clip x is on frame 5) {
play movie clip x
};
Note: I'm talking about the frame 5 that is inside the movie clip.
I apologize about my english.
Thanks everyone !
[]'s
This is my first post here.
I've got a very simple question.
I'm trying to use the if statement. I know the right syntax is:
if (condition is true) {
do this
do this
};
But all the examples I've seen use variables to state the condition, and I'm not sure if it's possible to write something like this:
if (movie clip x is on frame 5) {
play movie clip x
};
Note: I'm talking about the frame 5 that is inside the movie clip.
I apologize about my english.
Thanks everyone !
[]'s